Skip to content

Commit 123e80d

Browse files
committed
chore: update deps to fix audit issues
1 parent 9971bb7 commit 123e80d

6 files changed

+262
-228
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20.14.0
18+
node-version: 22.13.1
1919
- run: npm install --global corepack
2020
- run: corepack enable
2121
- run: pnpm --version
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20.14.0
24+
node-version: 22.13.1
2525
cache: "pnpm"
2626
cache-dependency-path: "**/pnpm-lock.yaml"
2727
- name: install

.github/workflows/ecosystem-ci-from-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v4
8383
- uses: actions/setup-node@v4
8484
with:
85-
node-version: 20.14.0
85+
node-version: 22.13.1
8686
- run: npm install --global corepack
8787
- run: corepack enable
8888
- run: pnpm --version
@@ -132,7 +132,7 @@ jobs:
132132
- uses: actions/checkout@v4
133133
- uses: actions/setup-node@v4
134134
with:
135-
node-version: 20.14.0
135+
node-version: 22.13.1
136136
- run: npm install --global corepack
137137
- run: corepack enable
138138
- run: pnpm --version

.github/workflows/ecosystem-ci-selected.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-node@v4
6161
with:
62-
node-version: 20.14.0
62+
node-version: 22.13.1
6363
id: setup-node
6464

6565
- run: npm install --global corepack

.github/workflows/ecosystem-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- uses: actions/setup-node@v4
6464
with:
65-
node-version: 20.14.0
65+
node-version: 22.13.1
6666
id: setup-node
6767

6868
- run: npm install --global corepack

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint --fix"
2929
]
3030
},
31-
"packageManager": "pnpm@9.5.0",
31+
"packageManager": "pnpm@9.15.4",
3232
"type": "module",
3333
"engines": {
3434
"node": ">=18",

0 commit comments

Comments
 (0)