We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1362446 commit ef3fcd0Copy full SHA for ef3fcd0
.github/workflows/publish-function-types.yaml
@@ -18,12 +18,11 @@ jobs:
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
20
with:
21
- node-version-file: packages/types/package.json
+ node-version: '22'
22
registry-url: https://registry.npmjs.org
23
24
- - name: Update npm and corepack
+ - name: Update corepack
25
run: |
26
- npm i -g npm
27
npm i -g corepack@latest
28
29
- name: Publish
0 commit comments