Skip to content

Commit

Permalink
ci: upgrade ci node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sylcastaing committed Feb 20, 2021
1 parent 4894123 commit 5c2337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 5c2337b

Please sign in to comment.