Skip to content

Commit

Permalink
Update CI node-version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeguy committed Sep 18, 2022
1 parent e1331f3 commit 6670450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.17.0'
node-version: 16
# cache
- uses: c-hive/gha-yarn-cache@v2
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16

- name: Fetch Previous version
id: get-previous-tag
Expand Down

0 comments on commit 6670450

Please sign in to comment.