Skip to content

Commit be5969d

Browse files
committed
feat(GitHubActions): Attempt to fix publish job
1 parent ebac2c5 commit be5969d

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
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33

4-
name: Node.js Package
4+
name: Publish Node.js Package
55

66
on:
77
release:
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v4
6666
- uses: actions/setup-node@v3
6767
with:
68-
node-version: 16
68+
node-version: 20
6969
registry-url: https://npm.pkg.github.com/
7070
- run: npm ci
7171
- run: npm publish

0 commit comments

Comments
 (0)