Skip to content

Commit

Permalink
use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Sep 2, 2023
1 parent 93370ab commit c238424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nye-julianjark.no.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion apps/nye-julianjark.no/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

ARG NODE_VERSION=18
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-slim as base

# Remix app lives here
Expand Down
2 changes: 1 addition & 1 deletion apps/nye-julianjark.no/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"prettier": {
"trailingComma": "all"
Expand Down

0 comments on commit c238424

Please sign in to comment.