Skip to content

Commit

Permalink
ci+test: use node22
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Aug 5, 2024
1 parent 4794865 commit bba84fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion test/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:20-alpine
FROM docker.io/library/node:22-alpine

WORKDIR /app

Expand Down

0 comments on commit bba84fa

Please sign in to comment.