File tree Expand file tree Collapse file tree 7 files changed +2279
-760
lines changed Expand file tree Collapse file tree 7 files changed +2279
-760
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 with :
2020 fetch-depth : 0
2121
22- - name : Use Node.js 20 .x
22+ - name : Use Node.js 22 .x
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : 20 .x
25+ node-version : 22 .x
2626
2727 - name : Build & Lint
2828 run : |
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 fetch-depth : 0
2121 ref : ${{ github.event.inputs.tag }}
2222
23- - name : Use Node.js 20 .x
23+ - name : Use Node.js 22 .x
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : 20 .x
26+ node-version : 22 .x
2727
2828 - name : Build & Lint
2929 run : |
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 with :
1616 fetch-depth : 0
1717
18- - name : Use Node.js 20 .x
18+ - name : Use Node.js 22 .x
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 20 .x
21+ node-version : 22 .x
2222
2323 - name : Build & Lint
2424 run : |
Original file line number Diff line number Diff line change 11# ---------- Base ----------
2- FROM node:20 -alpine AS builder
2+ FROM node:22 -alpine AS builder
33
44# Required for @parcel/watcher
55RUN apk add --update g++ make python3 && rm -rf /var/cache/apk/*
You can’t perform that action at this time.
0 commit comments