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 6567ab0 commit 37cfb2dCopy full SHA for 37cfb2d
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ on:
8
9
env:
10
NODE_VERSION: 18
11
+ PNPM_VERSION: 9
12
13
jobs:
14
lint:
@@ -19,9 +20,9 @@ jobs:
19
20
uses: actions/checkout@v4
21
22
- name: Set up pnpm
- uses: pnpm/action-setup@v3
23
+ uses: pnpm/action-setup@v4
24
with:
- version: latest
25
+ version: ${{ env.PNPM_VERSION }}
26
27
- name: Use Node.js ${{ env.NODE_VERSION }}
28
uses: actions/setup-node@v4
@@ -45,9 +46,9 @@ jobs:
45
46
47
48
49
50
51
52
53
54
0 commit comments