Skip to content

Commit

Permalink
fix: use latest steps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymgendin committed Apr 22, 2024
1 parent 5e3f29d commit d701c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.event.head_commit.message, 'fix') || startsWith(github.event.head_commit.message, 'feat')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: latest
registry-url: https://registry.npmjs.org
- run: yarn install --frozen-lockfile
- run: grunt build
Expand Down

0 comments on commit d701c10

Please sign in to comment.