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 e8fd300 commit 5c312fbCopy full SHA for 5c312fb
.github/workflows/publish.yml
@@ -18,14 +18,11 @@ jobs:
18
19
publish:
20
runs-on: ubuntu-latest
21
- strategy:
22
- matrix:
23
- node: [14.x, 16.x]
24
steps:
25
- uses: actions/checkout@v3
26
- uses: actions/setup-node@v3
27
with:
28
- node-version: ${{ matrix.node }}
+ node-version: '14.x'
29
registry-url: 'https://registry.npmjs.org'
30
- name: Install dependencies
31
run: yarn install --frozen-lockfile
0 commit comments