Skip to content

Commit 837fc70

Browse files
authored
Merge pull request #898 from railsgirls-jp/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents fb624ed + 16b9673 commit 837fc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
bundler-cache: true
3838

3939
- name: 📦 Setup Node.js
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v5
4141
with:
4242
node-version: '20'
4343
cache: 'npm'

0 commit comments

Comments
 (0)