We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5100561 commit ec2c218Copy full SHA for ec2c218
1 file changed
.github/workflows/release.yml
@@ -13,10 +13,12 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- - name: Use Node.js
+ - name: Setup Corepack
17
+ run: corepack enable
18
+ - name: Set up Node
19
uses: actions/setup-node@v4
20
with:
- node-version: 20
21
+ node-version: 22
22
- run: yarn
23
- name: Build Tools Core
24
run: yarn build
@@ -32,10 +34,12 @@ jobs:
32
34
33
35
36
37
38
39
- name: Use Node.js
40
41
42
43
44
- name: Build
45
run: yarn build:pkg
0 commit comments