Skip to content

Commit 1f80636

Browse files
committed
ci: update nodejs version
1 parent 22f6fbb commit 1f80636

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: "12.x"
17+
node-version: "16.x"
1818

1919
- name: NPM install, build and deploy
2020
env:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- name: Use Node.js
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: '12.x'
14+
node-version: "16.x"
1515

1616
- name: NPM install, lint, build, test and release
1717
env:
18-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
19-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
19+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2020
run: |
2121
npm ci
2222
npm run lint

0 commit comments

Comments
 (0)