Skip to content

Commit 87efb88

Browse files
chore(deps): update actions/setup-node action to v5
1 parent 1ed7187 commit 87efb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Use Node.js 12.11.0
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version-file: '.nvmrc'
2222
- run: npm install

0 commit comments

Comments
 (0)