Skip to content

Commit 26dce94

Browse files
authored
fix ci (#2354)
1 parent e6c265d commit 26dce94

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
if: github.event.pull_request.merged == true
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 16
1518
# Checkout to target branch
1619
- uses: actions/checkout@v2
1720
with:

.github/workflows/publish-package-to-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Setup node environment
2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: 14.17.0
25+
node-version: 16
2626
registry-url: https://registry.npmjs.org/
2727

2828
# Prepare, build and publish project

0 commit comments

Comments
 (0)