Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 0de1bbd

Browse files
authored
ci: update node to v16
1 parent bcb37bd commit 0de1bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@v2
4646
with:
47-
node-version: 14
47+
node-version: 16
4848
- name: Release
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
run: npm install && npx semantic-release
51+
run: npm install && npx semantic-release

0 commit comments

Comments
 (0)