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 933052d commit 959554bCopy full SHA for 959554b
1 file changed
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Node.js
23
uses: actions/setup-node@v3
24
with:
25
- node-version: 18
+ node-version: 19
26
cache: pnpm
27
- name: Install dependencies
28
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -33,6 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
node-version:
36
+ - 18
37
- 16
38
- 14
39
name: Node.js ${{ matrix.node-version }} Quick
0 commit comments