From 518e40fa1fa11ab7eebf1e6aa2f357d20c610e60 Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Tue, 23 Jan 2024 10:47:50 -0800 Subject: [PATCH] ci: node 20 --- .github/workflows/test.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 941d33d..a766d98 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 20.x - run: npm i - run: npm test