Skip to content

Commit bba84fa

Browse files
committedAug 5, 2024··
ci+test: use node22
1 parent 4794865 commit bba84fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 22
3535

3636
- name: Install Dependencies
3737
run: yarn

‎test/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:20-alpine
1+
FROM docker.io/library/node:22-alpine
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)
Please sign in to comment.