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 3c7ff7c commit 7798d72Copy full SHA for 7798d72
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x]
14
name: Node ${{ matrix.node-version }} sample
15
steps:
16
- uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: npm install
24
- name: Publish
25
- if: ${{ matrix.node-version == '14.x' }}
+ if: ${{ matrix.node-version == '16.x' }}
26
run: npm publish
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments