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 cb74d77 commit 2ec9fc5Copy full SHA for 2ec9fc5
.github/workflows/integration-test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: 🏗 Setup node version
32
uses: actions/setup-node@v3
33
with:
34
- node-version: 16
+ node-version: 18
35
cache: 'pnpm'
36
- run: |
37
pnpm install --frozen-lockfile
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
registry-url: 'https://registry.npmjs.org'
25
26
.github/workflows/unit-test.yml
@@ -23,7 +23,7 @@ jobs:
27
28
29
- name: 🏗 Install dependencies
0 commit comments