We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cd943 commit faaf093Copy full SHA for faaf093
.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x]
20
21
steps:
22
- uses: actions/checkout@v2
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js
uses: actions/setup-node@v1
with:
- node-version: "16.x"
+ node-version: "18.x"
- name: Installing dependencies
run: npm install
- name: Build
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
- name: Download dist
0 commit comments