From 4a97fa4ef53fed0cab11a411e0b591a612c34ad3 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Sat, 2 Dec 2023 15:58:32 -0500 Subject: [PATCH] Updates node version in CI --- .github/workflows/build.yml | 2 +- .github/workflows/mocha.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4019801..5c4c2b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'npm' - name: install dependencies run: | diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index c258730..34ad7d5 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: node: - - 16 + - 18 steps: - uses: actions/setup-node@v3 with: