We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276037a commit c5e14e1Copy full SHA for c5e14e1
.github/workflows/ci.yml
@@ -6,8 +6,8 @@ jobs:
6
Lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
10
- - uses: pnpm/action-setup@v2
+ - uses: actions/checkout@v4
+ - uses: pnpm/action-setup@v4
11
- uses: actions/setup-node@v4
12
with:
13
node-version: 16
@@ -24,8 +24,8 @@ jobs:
24
25
26
- run: git config --global core.autocrlf false
27
28
29
30
31
node-version: ${{ matrix.node-version }}
package.json
@@ -20,7 +20,7 @@
20
"engines": {
21
"node": ">= 16.0.0"
22
},
23
- "packageManager": "pnpm@8.12.1",
+ "packageManager": "pnpm@9.3.0",
"volta": {
"node": "20.10.0"
0 commit comments