chore: update node version to 22.15.0

This commit is contained in:
Ali BARIN
2025-05-06 14:05:41 +00:00
parent 583cc268a8
commit a6260ff553
6 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: '22.15.0'
- name: Install dependencies
run: yarn
working-directory: packages/backend

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22.15.0'
cache: 'yarn'
cache-dependency-path: packages/backend/yarn.lock
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22.15.0'
cache: 'yarn'
cache-dependency-path: packages/backend/yarn.lock
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
@@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22.15.0'
cache: 'yarn'
cache-dependency-path: packages/backend/yarn.lock
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
@@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22.15.0'
cache: 'yarn'
cache-dependency-path: packages/web/yarn.lock
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."

View File

@@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22.15.0'
cache: 'yarn'
cache-dependency-path: |
packages/backend/yarn.lock

View File

@@ -1 +1 @@
18.19.0
22.15.0

2
.nvmrc
View File

@@ -1 +1 @@
18.19.0
22.15.0

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:18-alpine
FROM node:22.15.0-alpine
ENV PORT=3000