We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d947981 commit 45bed74Copy full SHA for 45bed74
.github/workflows/publish_npm.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: '20.x'
+ node-version: '18.x'
19
registry-url: 'https://registry.npmjs.org'
20
- name: Setup
21
run: npm install
0 commit comments