We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4703e commit d650af5Copy full SHA for d650af5
.github/workflows/node.js.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: actions/[email protected]
22
- name: Setup Node
23
uses: volta-cli/[email protected]
24
+ - name: Switch Node version
25
+ run: volta pin node@${{ matrix.node-version }}
26
- name: Node.js version
27
run: node -v
28
- name: npm version
0 commit comments