We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3468b4e commit 78db38dCopy full SHA for 78db38d
.github/workflows/ci.yaml
@@ -2,10 +2,11 @@ name: CI
2
3
on:
4
push:
5
- branches: [main]
6
- pull_request:
7
8
-
+ # branches: [main]
+ # pull_request:
+# https://pnpm.io/continuous-integration#github-actions
9
+#
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -18,13 +19,12 @@ jobs:
18
19
name: Install pnpm
20
with:
21
run_install: false
22
+ version: 10
23
- name: Set up Node.js with cache
24
uses: actions/setup-node@v4
25
- node-version: 20
26
+ node-version: 22
27
cache: "pnpm"
28
- name: Install dependencies
29
run: pnpm install
30
0 commit comments