Skip to content

Commit 6198b0d

Browse files
authored
fix: revert enable provenance (#13338)
1 parent 2a30a07 commit 6198b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/[email protected]
2525

26-
- name: Set node version to 18.x
26+
- name: Set node version to 16.x
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 18.x
29+
node-version: 16.x
3030
registry-url: https://registry.npmjs.org/
3131
cache: "pnpm"
3232

0 commit comments

Comments
 (0)