Skip to content

Commit 202f245

Browse files
committed
chore: publish workflow needs a new node too
1 parent 7544d2a commit 202f245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Nodejs
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: '14'
37+
node-version: 16
3838
always-auth: true
3939
registry-url: 'https://registry.npmjs.org'
4040
env:
@@ -62,7 +62,7 @@ jobs:
6262
body: ${{ steps.changelog_reader.outputs.changes }}
6363
prerelease: false
6464
release_name: Release ${{ needs.tag.outputs.tag }}
65-
65+
6666
- name: Publish packages
6767
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive
6868
env:

0 commit comments

Comments
 (0)