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