diff --git a/.eslintrc.json b/.eslintrc.json index a4fd4c85..1f2b77fb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,11 +2,12 @@ "extends": "eslint:recommended", "parserOptions": { "sourceType": "module", - "ecmaVersion": 8 + "ecmaVersion": 2020 }, "env": { "browser": true, "es6": true, + "es2020": true, "node": true }, "rules": { diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index be8b04fc..fd583bae 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v1 diff --git a/README.md b/README.md index 7898e8e4..536edfa0 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ For example, to render the “hello” cell from the [“Hello World” notebook ```html - +