Skip to content

Commit

Permalink
updated the node version on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omalkov committed Oct 24, 2022
1 parent 1321f1d commit 1d68f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- name: Build with ncc
run: |
npm install -g yarn
Expand Down

0 comments on commit 1d68f8c

Please sign in to comment.