Skip to content

Commit

Permalink
Merge pull request #69 from zazuko/node-22
Browse files Browse the repository at this point in the history
Use NodeJS 22 for the CI and tests
  • Loading branch information
ludovicm67 authored Aug 5, 2024
2 parents 4794865 + bba84fa commit bddbfec
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 bddbfec

Please sign in to comment.