Skip to content

Commit b7b50c5

Browse files
committed
Use node14 in GitHub actions
1 parent 8235b6f commit b7b50c5

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
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: Use Node.js 12.x
9+
- name: Use Node.js 14.x
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 12.x
12+
node-version: 14.x
1313
- name: npm install, build, and test
1414
run: |
1515
npm install

0 commit comments

Comments
 (0)