Skip to content

Commit 8ad7b3f

Browse files
authored
Update publish.yml
1 parent 32b3a82 commit 8ad7b3f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
- run: npm test
3131

3232
publish:
33-
runs-on: ubuntu-latest
33+
runs-on: ${{ matrix.os }}
34+
35+
strategy:
36+
matrix:
37+
node-version: [21.6.1]
38+
os: [ubuntu-latest]
39+
3440
if: ${{ github.ref == 'refs/heads/main' }}
3541
needs: [quality]
3642
steps:

0 commit comments

Comments
 (0)