Skip to content

Commit 29d4528

Browse files
chore: update actions/setup-node action to v5
1 parent 51eedd2 commit 29d4528

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
- name: Checkout
1717
uses: actions/checkout@v5
1818
- name: Use Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
cache: 'npm'

0 commit comments

Comments
 (0)