Skip to content

Commit

Permalink
fix: revert enable provenance (#13338)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 25, 2023
1 parent 2a30a07 commit 6198b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4

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

Expand Down

0 comments on commit 6198b0d

Please sign in to comment.