Skip to content

Commit

Permalink
Merge pull request #156 from dpogue/provenance
Browse files Browse the repository at this point in the history
Publish with latest npm version
  • Loading branch information
dpogue authored Jul 31, 2023
2 parents 901ef6d + 57d0db4 commit c597da6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm
registry-url: 'https://registry.npmjs.org'

- name: Install latest npm
run: npm install -g npm

- name: npm install and test
run: npm cit
env:
Expand Down

0 comments on commit c597da6

Please sign in to comment.