Skip to content

Commit 5b1e6cb

Browse files
authored
1 parent 24ce084 commit 5b1e6cb

File tree

7 files changed

+2279
-760
lines changed

7 files changed

+2279
-760
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/re-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---------- Base ----------
2-
FROM node:20-alpine AS builder
2+
FROM node:22-alpine AS builder
33

44
# Required for @parcel/watcher
55
RUN apk add --update g++ make python3 && rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)