Skip to content

Commit 40be166

Browse files
Update actions/setup-node action to v5
1 parent c4a13db commit 40be166

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
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454
token: ${{ github.token }}
5555
- name: Use Node.js 18
56-
uses: actions/setup-node@v4
56+
uses: actions/setup-node@v5
5757
with:
5858
node-version: 22
5959
- run: sudo apt-get install markdown -y

0 commit comments

Comments
 (0)