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 7bb2759 commit ea69fa9Copy full SHA for ea69fa9
.github/workflows/ci.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Set node
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 16.x
+ node-version: 18.x
21
22
- name: Setup
23
- run: npm i -g pnpm@8
+ run: npm i -g pnpm@9
24
25
- name: Install
26
run: pnpm i
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
28
29
30
31
- name: Install Dependencies
32
0 commit comments