Skip to content

Commit

Permalink
Update checkout action to v4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScorpion authored Aug 15, 2024
1 parent 173c2ea commit 44dcade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
- run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm config -L project set '//registry.npmjs.org/:_authToken' "$NPM_TOKEN"
env:
Expand Down

0 comments on commit 44dcade

Please sign in to comment.