Skip to content

Commit

Permalink
ci: bump node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
siberex committed Oct 18, 2021
1 parent 4bfce75 commit 81b4764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set Node.js version
uses: actions/setup-node@v2
with:
node-version: '14.15.4'
node-version: '14.17.6'

- name: Get yarn cache directory path
id: yarn-cache-dir
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set Node.js version
uses: actions/setup-node@v2
with:
node-version: '14.15.4'
node-version: '14.17.6'

- name: Cache yarn cache dir
uses: actions/cache@v2.1.6
Expand Down

0 comments on commit 81b4764

Please sign in to comment.