Skip to content

Commit

Permalink
Update actions versions in publish workflow (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jan 30, 2024
1 parent e4a7dc6 commit 8ead419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
- run: npm install
Expand All @@ -20,8 +20,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 8ead419

Please sign in to comment.