Skip to content

Commit

Permalink
Merge pull request #158 from teknologi-umum/feat/rce/upgrade-node-20
Browse files Browse the repository at this point in the history
feat(rce): upgrade to node 20
  • Loading branch information
elianiva authored Mar 6, 2024
2 parents 90a36ef + 35691af commit 20f3c61
Show file tree
Hide file tree
Showing 19 changed files with 2,605 additions and 3,654 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/systems-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
rce:
name: RCE
runs-on: ubuntu-latest
container: node:18.18.0
container: node:20.11.0
timeout-minutes: 30
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/systems-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
rce:
name: RCE
runs-on: ubuntu-latest
container: node:18.18.0
container: node:20.11.0
timeout-minutes: 30
defaults:
run:
Expand Down
5 changes: 3 additions & 2 deletions rce/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": ["@typescript-eslint", "ava"],
"plugins": ["@typescript-eslint"],
"rules": {}
}
2 changes: 1 addition & 1 deletion rce/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17
v20.11
2 changes: 1 addition & 1 deletion rce/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0-bookworm
FROM node:20.11-bookworm

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion rce/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0-bookworm
FROM node:20.11-bookworm

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
9 changes: 0 additions & 9 deletions rce/ava.config.js

This file was deleted.

Loading

0 comments on commit 20f3c61

Please sign in to comment.