Skip to content

Commit 3fc55c5

Browse files
committed
fix(deps): move to node 22 to fix corepack
nodejs/corepack#627 Signed-off-by: MichaIng <micha@dietpi.com>
1 parent 5db0a40 commit 3fc55c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node.js environment
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 18
56+
node-version: 22
5757
- name: Enable pnpm
5858
run: corepack enable
5959
- uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)