Skip to content

Commit

Permalink
chore: update nodejs to 20.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarolyi committed Jul 19, 2024
1 parent 861e418 commit cf69702
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v20.15.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-alpine3.18 AS base
FROM node:20.15.1-alpine3.20 AS base

RUN npm install -g --ignore-scripts [email protected]

Expand Down
2 changes: 1 addition & 1 deletion integration/v1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-alpine3.18
FROM node:20.15.1-alpine3.20

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion integration/v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-alpine3.18
FROM node:20.15.1-alpine3.20

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-snail",
"version": "1.1.0",
"version": "1.3.0",
"description": "Turborepo remote cache server",
"author": "Peter Karolyi <[email protected]>",
"private": true,
Expand Down Expand Up @@ -38,7 +38,7 @@
"@nestjs/testing": "10.3.10",
"@swc/cli": "0.4.0",
"@swc/core": "1.6.13",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -56,8 +56,8 @@
"unplugin-swc": "1.5.1",
"vitest": "1.6.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "20.12.2"
"node": "20.15.1"
}
}
Loading

0 comments on commit cf69702

Please sign in to comment.