We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d507c98 commit 6c18e42Copy full SHA for 6c18e42
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: [14.x]
+ node-version: [18.x]
10
steps:
11
- uses: actions/checkout@v4
12
- name: Use Node.js ${{ matrix.node-version }}
Dockerfile
@@ -1,5 +1,4 @@
1
-# install dependencies
2
-FROM node:fermium-alpine
+FROM node:18-alpine
3
RUN npm i -g pnpm@7
4
5
WORKDIR /app-src
package.json
@@ -70,7 +70,7 @@
70
"nodemon": "^2.0.22"
71
},
72
"engines": {
73
- "node": ">=14"
+ "node": ">=18"
74
75
"type": "module"
76
}
0 commit comments