Skip to content

Commit 92624b7

Browse files
authored
ci: Fix release workflow (#1656)
1 parent 6870a13 commit 92624b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: 14
20+
node-version: 16
2121
registry-url: https://registry.npmjs.org/
2222
- name: Cache Node.js modules
2323
uses: actions/cache@v2
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v1
5050
with:
51-
node-version: 14
51+
node-version: 16
5252
- name: Cache Node.js modules
5353
uses: actions/cache@v2
5454
with:

0 commit comments

Comments
 (0)