Skip to content

Commit 92cadff

Browse files
authored
Update publish.yml
1 parent a9d8ea7 commit 92cadff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- name: Use Node.js ${{ matrix.node-version }}
25+
- name: Use Node.js 21.6.1
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: ${{ matrix.node-version }}
28+
node-version: 21.6.1
2929
cache: 'npm'
3030
- run: npm test
3131

@@ -35,10 +35,10 @@ jobs:
3535
needs: [quality]
3636
steps:
3737
- uses: actions/checkout@v4
38-
- name: Use Node.js ${{ matrix.node-version }}
38+
- name: Use Node.js 21.6.1
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: ${{ matrix.node-version }}
41+
node-version: 21.6.1
4242

4343
- run: npm ci
4444
- run: npm run build

0 commit comments

Comments
 (0)