Skip to content

Commit

Permalink
ci: use latest npm to enable provenance feature (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beace authored May 25, 2023
1 parent 77066a8 commit e9dd5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: NPM Publish
on:
release:
# This specifies that the build will be triggered when we publish a release
types:
types:
- published

jobs:
Expand All @@ -30,6 +30,7 @@ jobs:
# Specifies the registry, this field is required!
registry-url: https://registry.npmjs.org/
# clean install of your projects' deps. We use "npm ci" to avoid package lock changes
- run: npm install -g npm@latest
- run: npm install
# set up git since we will later push to the repo
- run: git config --global user.name "Artus Version Bot"
Expand Down

0 comments on commit e9dd5fe

Please sign in to comment.