Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c84a5de

Browse files
committed
Use node14 in CI
1 parent 9247f86 commit c84a5de

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
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Use Node.js 12.x
15+
- name: Use Node.js 14.x
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12.x
18+
node-version: 14.x
1919
- name: npm install, build, and test
2020
run: |
2121
npm install

0 commit comments

Comments
 (0)