Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
updating actions/setup-node to v4 from v1
  • Loading branch information
Naicigam28 committed Dec 14, 2023
1 parent 8a10555 commit 731152c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
Expand All @@ -30,7 +30,7 @@ jobs:
with:
name: lib
path: lib
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 731152c

Please sign in to comment.