Skip to content

Commit

Permalink
chore: update to actions/setup-node@v4 and actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt committed Nov 22, 2024
1 parent 763caea commit fee1f7c
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 fee1f7c

Please sign in to comment.