Skip to content

Commit

Permalink
chore(deps): Bump node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed May 23, 2022
1 parent 6b068e5 commit e9fc877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'

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

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit e9fc877

Please sign in to comment.