Skip to content

Commit 6a0cf50

Browse files
authored
build: update CI to node 14 LTS (#29)
1 parent 6c07453 commit 6a0cf50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
2828
restore-keys: |
2929
${{ runner.os }}-node-modules-
30-
- name: Use Node.js 12
30+
- name: Use Node.js 14
3131
uses: actions/setup-node@v2
3232
with:
33-
node-version: '12'
33+
node-version: '14'
3434

3535
- name: Install dependencies
3636
run: npm install

0 commit comments

Comments
 (0)