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 ed36e57 commit bc51f18Copy full SHA for bc51f18
.github/workflows/publish.workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 20
20
registry-url: 'https://registry.npmjs.org'
21
22
- name: Update NPM to latest
.github/workflows/test.workflow.yml
@@ -21,7 +21,6 @@ jobs:
strategy:
matrix:
23
os: [ubuntu-latest]
24
- node: [18, 20]
25
26
steps:
27
- name: Check out repository
@@ -30,7 +29,7 @@ jobs:
30
29
31
32
33
- node-version: ${{ matrix.node }}
34
35
36
run: npm install npm@latest -g
0 commit comments