We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1944e commit 69c73c0Copy full SHA for 69c73c0
1 file changed
.github/workflows/release.yml
@@ -8,17 +8,16 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
-
12
strategy:
13
matrix:
14
node-version: [20.x, 22.x, 24.x, 25.x]
15
steps:
16
- uses: actions/checkout@v4
17
- - name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v4
19
- with:
20
- node-version: ${{ matrix.node-version }}
21
- cache: "npm"
+ - name: Use Node.js ${{ matrix.node-version }}
+ uses: actions/setup-node@v4
+ with:
+ node-version: ${{ matrix.node-version }}
+ cache: "npm"
22
- run: npm ci
23
- run: npm run build --if-present
24
- run: npm run lint
0 commit comments