Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/landing/vite-4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 authored Mar 7, 2024
2 parents 17decb5 + 20f3c61 commit 8386852
Show file tree
Hide file tree
Showing 22 changed files with 2,630 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 8386852

Please sign in to comment.