We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323af80 commit 5bd4447Copy full SHA for 5bd4447
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 20
+ node-version: 18
19
20
- name: Install, Test and Build
21
run: |
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
- node-version: '20'
+ node-version: '18'
22
registry-url: 'https://npm.pkg.github.com'
23
24
- name: Install dependencies
0 commit comments