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 e1909e6 commit 1ddd88cCopy full SHA for 1ddd88c
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js environment
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '16'
+ node-version: '18'
22
23
- name: Install deps
24
run: pnpm install
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
0 commit comments