Skip to content

Commit d6cc9cb

Browse files
committed
chore: support node 26
1 parent 9458a45 commit d6cc9cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: ⎔ Setup node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 24
25+
node-version: 26
2626

2727
- name: ▶️ Add repo
2828
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- name: ⎔ Setup node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 24
56+
node-version: 26
5757

5858
- name: 📦 Install dependencies
5959
run: npm ci

epicshop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-bookworm-slim as base
1+
FROM node:26-bookworm-slim as base
22

33
RUN apt-get update && apt-get install -y git
44

0 commit comments

Comments
 (0)