From c668ab33d29e851837f1baa475c27324aa14f527 Mon Sep 17 00:00:00 2001 From: jplukarski Date: Wed, 23 Aug 2023 14:52:01 -0500 Subject: [PATCH] Update node to v18 --- .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 edbe13e..0de48b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "14.x" + node-version: "18.x" - run: npm install - run: npm test diff --git a/.nvmrc b/.nvmrc index 6f7f377..3f430af 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16 +v18