Skip to content

Commit 8c0cafa

Browse files
committed
bump nodejs version
1 parent 67498fb commit 8c0cafa

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: "18.17.0"
14+
node-version: "18.20.4"
1515

1616
- name: Install
1717
run: npm install

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: "18.17.0"
14+
node-version: "18.20.4"
1515

1616
- name: Install
1717
run: npm install

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM node:18.17.0-bullseye
3+
FROM node:18.20.4-bullseye
44

55
ENV NODE_ENV=development
66

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"micromark-extension-gfm": "^3.0.0",
5959
"next": "^13.5.7",
6060
"next-auth": "^4.23.2",
61-
"next-plausible": "^3.11.1",
61+
"next-plausible": "^3.12.2",
6262
"next-seo": "^6.1.0",
6363
"node-s3-url-encode": "^0.0.4",
6464
"nodemailer": "^6.9.6",
@@ -110,7 +110,7 @@
110110
"yup": "^1.3.2"
111111
},
112112
"engines": {
113-
"node": "18.17.0"
113+
"node": "18.20.4"
114114
},
115115
"standard": {
116116
"plugins": [

worker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM node:18.17.0-bullseye
3+
FROM node:18.20.4-bullseye
44

55
ENV NODE_ENV=development
66

0 commit comments

Comments
 (0)