Skip to content

Commit

Permalink
Merge pull request #47 from BonnierNews/feature/node20
Browse files Browse the repository at this point in the history
Allow node 20
  • Loading branch information
MattiasOlla authored Jul 26, 2024
2 parents 1a44cd4 + 298274f commit 0e03c5b
Show file tree
Hide file tree
Showing 5 changed files with 2,216 additions and 998 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:18
FROM node:20
ADD package.json /app/package.json
RUN cd /app && npm ci
ADD . /app

Loading

0 comments on commit 0e03c5b

Please sign in to comment.