From eb7c5bea630d570f900e28b8d3e0e52fe4104e01 Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Wed, 7 Aug 2024 10:45:13 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=91=B7=20bump=20node?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b327226..1381b6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18.5' + node-version: '20' cache: 'pnpm' - name: Build and Test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beead3b..231247b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18.5' + node-version: '20' cache: 'pnpm' # Build the plugin diff --git a/tsconfig.json b/tsconfig.json index 81a36e2..7ae5cf1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "inlineSourceMap": true, "inlineSources": true, "module": "ESNext", - "target": "es6", + "target": "es2018", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node",