We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f634f7 commit de86f8dCopy full SHA for de86f8d
.github/workflows/cd.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Install PNPM
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 9
+ version: 10
20
- name: Install Node
21
uses: actions/setup-node@v4
22
23
- node-version: 20
+ node-version: 22
24
cache: "pnpm"
25
- name: Install dependencies and test
26
run: pnpm install-test --frozen-lockfile
.github/workflows/ci.yml
@@ -12,10 +12,11 @@ jobs:
12
13
14
15
- name: Install and test
0 commit comments