From 144c2ba8ede479299cf3e93805a00dc26dd02229 Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" Date: Wed, 14 Feb 2024 15:52:39 -0500 Subject: [PATCH] Update Node version --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 37646a6..dca844c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci --force - name: Build for development @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npm ci --force