Skip to content

Commit

Permalink
feat: on passe à node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzem committed Mar 3, 2025
1 parent 756d732 commit e1de66e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ !github.event.pull_request.draft }}
strategy:
matrix:
node-version: [20.15.0]
node-version: [22.14.0]
services:
redis:
image: redis:7-alpine
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.15.0
v22.14.0
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile for development of yarn-based application

# Use the official image as a parent image
FROM docker.io/library/node:20.15.0
FROM docker.io/library/node:22.14.0

# Set the working directory
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.5.1",
"license": "CEJ",
"engines": {
"node": "20.15.0"
"node": "22.14.0"
},
"scripts": {
"build": "nest build",
Expand Down

0 comments on commit e1de66e

Please sign in to comment.