Skip to content

Commit 450c42b

Browse files
authored
Update node.js.yml
1 parent d6f7f30 commit 450c42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [22.x]
19+
node-version: [20.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

29-
- run: npx -y cnpm i
29+
- run: npx -y pnpm i
3030
- run: npm run build
3131

0 commit comments

Comments
 (0)