Skip to content

Commit 78db38d

Browse files
committed
added pnpm version to fix error
1 parent 3468b4e commit 78db38d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
8-
5+
# branches: [main]
6+
# pull_request:
7+
# branches: [main]
8+
# https://pnpm.io/continuous-integration#github-actions
9+
#
910
jobs:
1011
build:
1112
runs-on: ubuntu-latest
@@ -18,13 +19,12 @@ jobs:
1819
name: Install pnpm
1920
with:
2021
run_install: false
21-
22+
version: 10
2223
- name: Set up Node.js with cache
2324
uses: actions/setup-node@v4
2425
with:
25-
node-version: 20
26+
node-version: 22
2627
cache: "pnpm"
27-
2828
- name: Install dependencies
2929
run: pnpm install
3030

0 commit comments

Comments
 (0)