Skip to content

Commit 4f4b7b0

Browse files
committed
ci: downgrade setup node to v4
1 parent bddd590 commit 4f4b7b0

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
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
136136

137-
- uses: actions/setup-node@v6
137+
- uses: actions/setup-node@v4
138138
with:
139139
node-version-file: '.nvmrc'
140140
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)