Skip to content

Commit

Permalink
Update node version used in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag authored Jun 25, 2022
1 parent 01c6154 commit 4386351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '16.x'
- name: clean install dependencies and build
run: |
npm ci
Expand Down

0 comments on commit 4386351

Please sign in to comment.