Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 1078df7

Browse files
committed
upgrade to node 16
1 parent fccd33c commit 1078df7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Prepare repository
1313
run: git fetch --unshallow --tags
1414

15-
- name: Use Node.js 14.x
16-
uses: actions/setup-node@v1
15+
- name: Use Node.js 16.x
16+
uses: actions/setup-node@v3
1717
with:
18-
node-version: 14.x
18+
node-version: 16.x
1919

2020
- name: Install dependencies
2121
uses: bahmutov/npm-install@v1
@@ -25,4 +25,4 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
run: |
28-
yarn release
28+
yarn release

0 commit comments

Comments
 (0)