Skip to content

Commit 91f9a48

Browse files
Update actions/setup-node action to v5
1 parent 025963f commit 91f9a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
access_token: ${{ github.token }}
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v5
1818
with:
1919
node-version-file: '.nvmrc'
2020
check-latest: true

0 commit comments

Comments
 (0)