Skip to content

Commit

Permalink
chore: run on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed Sep 18, 2023
1 parent d507c98 commit 6c18e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# install dependencies
FROM node:fermium-alpine
FROM node:18-alpine
RUN npm i -g pnpm@7

WORKDIR /app-src
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"nodemon": "^2.0.22"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"type": "module"
}

0 comments on commit 6c18e42

Please sign in to comment.