Skip to content

Commit

Permalink
chore: bump the versions of ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
labithiotis committed Mar 5, 2024
1 parent 0514377 commit fe64b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test
2 changes: 1 addition & 1 deletion .github/workflows/2.version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit fe64b74

Please sign in to comment.