Skip to content

Commit b702ce5

Browse files
committed
change workflow back to v4
1 parent 5dc578b commit b702ce5

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Use Node.js
21-
uses: actions/setup-node@v6
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version-file: .nvmrc
2424
- run: npm ci

0 commit comments

Comments
 (0)