Skip to content

Commit

Permalink
chore: update to actions/setup-node@v4 and actions/checkout@v4 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt authored Nov 22, 2024
1 parent 763caea commit 17045eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: publish to npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: configure github package repository
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16'
registry-url: https://npm.pkg.github.com/
Expand All @@ -30,7 +30,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: configure wombat dressing repository
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16'
registry-url: https://wombat-dressing-room.appspot.com
Expand Down

0 comments on commit 17045eb

Please sign in to comment.