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.
2 parents 6000096 + cb831df commit 9d2d175Copy full SHA for 9d2d175
.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: 18
+ node-version: 20
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: '18'
+ node-version: '20'
22
registry-url: 'https://npm.pkg.github.com'
23
24
- name: Install dependencies
0 commit comments