From 1a350bddbd20fbf30622479928c80bc15b02cca8 Mon Sep 17 00:00:00 2001 From: Steven Crader Date: Fri, 26 Jan 2024 22:18:18 -0800 Subject: [PATCH] Update to Node 20.11.0 --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- .idea/compiler.xml | 6 ++++++ .nvmrc | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .idea/compiler.xml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f76c8f5..b7c6480 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,10 +14,10 @@ jobs: - name: Enable Corepack run: corepack enable - - name: Set Node.js 16.x + - name: Set Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: "yarn" - name: Install project dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0ea266..ff69e2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,10 @@ jobs: - name: Enable Corepack run: corepack enable - - name: Set Node.js 16.x + - name: Set Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: "yarn" - name: Install project dependencies diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..524a92f --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 2ab3d4b..7ea6a59 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.20.2 +v20.11.0