Skip to content

Commit

Permalink
fix: enable provenance (#13336)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored May 24, 2023
1 parent b34e79c commit e30e287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]

- name: Set node version to 16.x
- name: Set node version to 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
registry-url: https://registry.npmjs.org/
cache: "pnpm"

Expand Down

0 comments on commit e30e287

Please sign in to comment.