Skip to content

Commit 7798d72

Browse files
committed
fix publish.yml
1 parent 3c7ff7c commit 7798d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [14.x, 16.x, 18.x]
13+
node-version: [16.x]
1414
name: Node ${{ matrix.node-version }} sample
1515
steps:
1616
- uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install
2424
- name: Publish
25-
if: ${{ matrix.node-version == '14.x' }}
25+
if: ${{ matrix.node-version == '16.x' }}
2626
run: npm publish
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)