Skip to content

Commit

Permalink
chore: Bump npm publish actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkoretskiy committed Dec 19, 2023
1 parent 2690acb commit d707816
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
Expand All @@ -20,8 +20,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
Expand All @@ -34,8 +34,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
Expand Down

0 comments on commit d707816

Please sign in to comment.