Skip to content

Commit 3c9cb5d

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

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
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [20.x]
15+
node-version: [22.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'yarn'
25+
- run: core enable
2526
- run: yarn install --frozen-lockfile
2627
- run: yarn build
2728
- run: yarn test

0 commit comments

Comments
 (0)