Skip to content

Commit

Permalink
Merge pull request #101 from somleng/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
samnang authored Oct 24, 2023
2 parents 6e2e779 + 23ccd07 commit 431e9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: ".tool-versions"
cache: 'npm'
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
if: ${{ steps.release.outputs.release_created }}
with:
node-version-file: ".tool-versions"
Expand Down

0 comments on commit 431e9ca

Please sign in to comment.