We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cb488 commit f3396edCopy full SHA for f3396ed
.github/workflows/node.js.yml
@@ -13,17 +13,8 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
16
- strategy:
17
- matrix:
18
- node-version: [18.x, 20.x, 22.x]
19
- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
-
21
steps:
22
- uses: actions/checkout@v4
23
- - name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v4
25
- with:
26
- node-version: ${{ matrix.node-version }}
27
- cache: 'npm'
+ - uses: volta-cli/action@v4
28
- run: yarn install
29
- run: yarn test
0 commit comments