Skip to content

Commit de53d8e

Browse files
committed
chore: update node
1 parent 403097c commit de53d8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js environment
1414
uses: actions/[email protected]
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
cache: yarn
1818

1919
- name: Install Dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - mount areas.json to /home/node/server/src/configs/areas.json
66
# - Also mount every other configuration file necessary into the according directory.
77

8-
FROM node:18-alpine
8+
FROM node:22-alpine
99

1010
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
1111
ENV PATH=$PATH:/home/node/.npm-global/bin

0 commit comments

Comments
 (0)