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