Skip to content

Commit

Permalink
Update workflows to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjitse-E committed Feb 3, 2023
1 parent 0783fac commit 8b30b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'

- run: npm install
- run: npm run test
Expand All @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'

- run: npm install
- run: npm run build

0 comments on commit 8b30b79

Please sign in to comment.