From 0364cd9af83a96924c0546de6e70c63085193aff Mon Sep 17 00:00:00 2001 From: Andrea Carraro Date: Sun, 10 Dec 2023 12:11:04 +0100 Subject: [PATCH] chore: switch dev env to node v20 (#217) --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38026c11..19b297bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 16.8 + - name: Use Node.js v20 uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' diff --git a/.nvmrc b/.nvmrc index b6a7d89c..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +20