Skip to content

Commit

Permalink
Updated node20 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolavar committed Jan 13, 2024
1 parent 8b63107 commit b2e85d1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,17 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- name: Check Label
uses: checkdigit/github-actions/check-label@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
- name: Check Imports
uses: checkdigit/github-actions/check-imports@main
- name: Install dependencies
run: npm ci --ignore-scripts
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Audit Signatures
run: npm audit signatures
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run Test
run: npm run ci:test
- name: Prepare Beta
Expand All @@ -39,7 +37,7 @@ jobs:
- name: Publish Beta
run: npm publish --tag beta
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
- name: Comment npm publish result
uses: checkdigit/github-actions/comment-npm-publish@main
with:
Expand Down

0 comments on commit b2e85d1

Please sign in to comment.