Skip to content

Commit d650af5

Browse files
chore(ci): pin node versions using volta
1 parent ce4703e commit d650af5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: actions/[email protected]
2222
- name: Setup Node
2323
uses: volta-cli/[email protected]
24+
- name: Switch Node version
25+
run: volta pin node@${{ matrix.node-version }}
2426
- name: Node.js version
2527
run: node -v
2628
- name: npm version

0 commit comments

Comments
 (0)