Skip to content

Commit f712db4

Browse files
authored
CI: Replace volta-cli/action with builtin functionality from actions/setup-node (#5262)
1 parent 3528178 commit f712db4

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
@@ -28,7 +28,6 @@ jobs:
2828

2929
steps:
3030
- uses: actions/[email protected]
31-
- uses: volta-cli/[email protected]
3231

3332
- uses: pnpm/[email protected]
3433
with:
@@ -37,6 +36,7 @@ jobs:
3736
- uses: actions/[email protected]
3837
with:
3938
cache: pnpm
39+
node-version-file: package.json
4040

4141
- name: Install node modules
4242
run: pnpm install

0 commit comments

Comments
 (0)