We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d8ea7 commit 92cadffCopy full SHA for 92cadff
.github/workflows/publish.yml
@@ -22,10 +22,10 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js 21.6.1
26
uses: actions/setup-node@v4
27
with:
28
- node-version: ${{ matrix.node-version }}
+ node-version: 21.6.1
29
cache: 'npm'
30
- run: npm test
31
@@ -35,10 +35,10 @@ jobs:
35
needs: [quality]
36
37
38
39
40
41
42
43
- run: npm ci
44
- run: npm run build
0 commit comments