Skip to content

Commit

Permalink
Github: Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Haselaars committed Sep 29, 2023
1 parent a0bbe31 commit a27f59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 'Setup Node.js'
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 'Setup Node.js'
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit a27f59d

Please sign in to comment.