From df0ec81e0b34d59af44d74c741dc4f32b9c45d44 Mon Sep 17 00:00:00 2001 From: Shawn Zhu Date: Mon, 10 Jul 2023 12:07:26 -0400 Subject: [PATCH] build: fix release process --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2727c9..2a47aed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 - name: Test and Build run: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc