Skip to content

Commit 6c18e42

Browse files
committed
chore: run on node 18
1 parent d507c98 commit 6c18e42

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [14.x]
9+
node-version: [18.x]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Use Node.js ${{ matrix.node-version }}

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# install dependencies
2-
FROM node:fermium-alpine
1+
FROM node:18-alpine
32
RUN npm i -g pnpm@7
43

54
WORKDIR /app-src

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"nodemon": "^2.0.22"
7171
},
7272
"engines": {
73-
"node": ">=14"
73+
"node": ">=18"
7474
},
7575
"type": "module"
7676
}

0 commit comments

Comments
 (0)