Skip to content

Commit

Permalink
ci(workflows): update publish.yml and scorecard.yml (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseZapata3 authored Sep 11, 2024
1 parent d727d0e commit 0e9f68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: "16.x"
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --immutable --immutable-cache --check-cache
- run: npm publish
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
*.sigstore.dev:443
*.bestpractices.dev:443
*.storage.googleapis.com:443
api.deps.dev:433
api.scorecard.dev:443
- name: "Checkout code"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 0e9f68e

Please sign in to comment.