From 6d57e82918174be43dbaf57f7d5ae1a0117a43c3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 21 Dec 2023 13:01:24 -0500 Subject: [PATCH] Update RELEASE.yml --- .github/workflows/RELEASE.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 408664d..43a77ad 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -6,11 +6,9 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.1 - # Publish to NPM - - uses: actions/setup-node@v3.6.0 + - uses: actions/checkout@v4.1.1 + - uses: actions/setup-node@v4.0.1 with: - node-version: '14' registry-url: 'https://registry.npmjs.org/' - run: npm install - run: npm run build --if-present @@ -19,10 +17,10 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Publish to GitHub - - uses: actions/setup-node@v3.6.0 - with: - node-version: '14' - registry-url: 'https://npm.pkg.github.com/' - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: actions/setup-node@v3.6.0 + # with: + # node-version: '14' + # registry-url: 'https://npm.pkg.github.com/' + # - run: npm publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}