From cf92994f7add7887c729a061ab2a4b819bfa8d26 Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Mon, 22 Jul 2024 00:33:54 -0400 Subject: [PATCH] update publish action --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c41c2c3..d59ed6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Use Node.js 14 - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - name: Use Node.js 20 + uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: npm install, build, test, publish run: |