Skip to content

Commit ef3fcd0

Browse files
authored
ci: fix "Publish npm package function-types" workflow (#7)
1 parent 1362446 commit ef3fcd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-function-types.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
2020
with:
21-
node-version-file: packages/types/package.json
21+
node-version: '22'
2222
registry-url: https://registry.npmjs.org
2323

24-
- name: Update npm and corepack
24+
- name: Update corepack
2525
run: |
26-
npm i -g npm
2726
npm i -g corepack@latest
2827
2928
- name: Publish

0 commit comments

Comments
 (0)