Skip to content

Commit d578deb

Browse files
authored
Update node.js.yml
1 parent 3c9cb5d commit d578deb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
19+
- run: corepack enable
20+
- run: corepack use yarn
1921
- uses: actions/checkout@v4
2022
- name: Use Node.js ${{ matrix.node-version }}
2123
uses: actions/setup-node@v3
2224
with:
2325
node-version: ${{ matrix.node-version }}
2426
cache: 'yarn'
25-
- run: core enable
2627
- run: yarn install --frozen-lockfile
2728
- run: yarn build
2829
- run: yarn test

0 commit comments

Comments
 (0)