We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403097c commit de53d8eCopy full SHA for de53d8e
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js environment
14
uses: actions/[email protected]
15
with:
16
- node-version: 18
+ node-version: 22
17
cache: yarn
18
19
- name: Install Dependencies
Dockerfile
@@ -5,7 +5,7 @@
5
# - mount areas.json to /home/node/server/src/configs/areas.json
6
# - Also mount every other configuration file necessary into the according directory.
7
8
-FROM node:18-alpine
+FROM node:22-alpine
9
10
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
11
ENV PATH=$PATH:/home/node/.npm-global/bin
0 commit comments