Skip to content

Commit e68a139

Browse files
committedApr 8, 2021
Upgrade Node.js version in github actions
1 parent a07742b commit e68a139

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node, NPM and Yarn
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 14.15.4
27+
node-version: 14.16.1
2828

2929
- name: Get yarn cache directory path
3030
id: yarn-cache-dir-path

‎.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on: [ push, pull_request ]
44

55
jobs:
66
release:
77
runs-on: ${{ matrix.os }}
88

99
strategy:
1010
matrix:
11-
os: [macos-latest, windows-latest, ubuntu-latest]
11+
os: [ macos-latest, windows-latest, ubuntu-latest ]
1212

1313
steps:
1414
- name: Check out Git repository
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js, NPM and Yarn
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 14.15.4
20+
node-version: 14.16.1
2121

2222
- name: yarn install
2323
run: |

0 commit comments

Comments
 (0)