Skip to content

Commit

Permalink
⬆️ Bump actions/setup-node from 4.0.4 to 4.1.0 in the github-actions …
Browse files Browse the repository at this point in the history
…group (#335)
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a8d5f25 commit 804444c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
cache: npm
Expand Down

0 comments on commit 804444c

Please sign in to comment.