Skip to content

Commit 27ae80c

Browse files
Update nodejs.yml
1 parent 1a33e57 commit 27ae80c

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
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@v2
1212
with:
1313
fetch-depth: 0
14-
- name: Use Node.js 12.x
14+
- name: Use Node.js 14
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12.x
17+
node-version: 14
1818
- run: npm ci
1919
- run: npm run build --if-present
2020
- run: npm test

0 commit comments

Comments
 (0)