Skip to content

Commit 7cb2a17

Browse files
committed
Attempt to fix "npm ERR! code E404" on publish
1 parent 78bdf2e commit 7cb2a17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v1
16+
with:
17+
node-version: 12
18+
registry-url: https://registry.npmjs.org/
1619
- run: npm ci
1720
- run: node scripts/publish-to-npm.js
1821
env:

0 commit comments

Comments
 (0)