From c82cfaaaf2d954be72fec1fbc0c5c5dd4731bbe0 Mon Sep 17 00:00:00 2001 From: Max Olofsson Date: Tue, 19 Dec 2023 13:53:52 +0100 Subject: [PATCH] Node 20 (#48) * Node 20 * Github actions for node 20 --------- Co-authored-by: Simon Varney --- .github/workflows/node.js.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c3f89e1..114d7f5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.nvmrc b/.nvmrc index 25bf17f..2edeafb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +20 \ No newline at end of file