Skip to content

Commit 0d6c8bd

Browse files
authored
Use node 16 for actions (#2357)
* use node 16 * use node 16
1 parent 26dce94 commit 0d6c8bd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/bump-version-on-merge-next.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
# Setup node environment
5050
- uses: actions/setup-node@v1
5151
with:
52-
node-version: 15
53-
registry-url: https://registry.npmjs.org/
52+
node-version: 16
5453

5554
# Bump version to the next prerelease (patch) with rc suffix
5655
- name: Suggest the new version

.github/workflows/create-a-release-draft.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
# Setup node environment
5757
- uses: actions/setup-node@v1
5858
with:
59-
node-version: 14.17.0
60-
registry-url: https://registry.npmjs.org/
59+
node-version: 16
6160

6261
# Prepare, build and publish project
6362
- name: Install dependencies

0 commit comments

Comments
 (0)