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 5fb9f90 commit b183de8Copy full SHA for b183de8
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Setup Node
41
uses: actions/setup-node@v3
42
with:
43
- node-version: 16
+ node-version: 18
44
cache: "pnpm"
45
46
- name: Install dependencies
.github/workflows/test.yaml
cache: 'pnpm'
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
@@ -91,7 +91,7 @@ jobs:
91
strategy:
92
matrix:
93
os: [ubuntu-latest, windows-latest, macos-latest]
94
- node_version: [16]
+ node_version: [18]
95
fail-fast: false
96
needs:
97
- build
0 commit comments