Skip to content

Commit ca7ba0e

Browse files
committed
ci
1 parent b498f4b commit ca7ba0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
# https://nodejs.org/en/about/previous-releases
16-
node-version: [20, 22, 24]
16+
# Using 24.3.x due to https://github.com/pnpm/pnpm/issues/9743
17+
node-version: ['20', '22', '24.3.x']
1718
steps:
1819
- name: Checkout repository
1920
uses: actions/checkout@v4

0 commit comments

Comments
 (0)