Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Use node 22 for build
  • Loading branch information
Andreas-Hjortland authored Dec 2, 2024
1 parent e486cda commit 5677de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
- run: cp README.md projects/ngxs-message-plugin/README.md
- run: npm version ${{ github.ref_name }}
working-directory: projects/ngxs-message-plugin
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
registry-url: https://registry.npmjs.org/
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 5677de6

Please sign in to comment.