Skip to content

Commit ca08646

Browse files
authored
Upgrade Node.js version from 12.x to 14
1 parent dafcc90 commit ca08646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Use Node.js 12.x
14-
uses: actions/setup-node@v1
13+
- name: Use Node.js 14
14+
uses: actions/setup-node@v6
1515
with:
16-
node-version: 12.x
16+
node-version: 14
1717
- name: npm install, build, and test
1818
run: |
1919
npm install

0 commit comments

Comments
 (0)