We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b498f4b commit ca7ba0eCopy full SHA for ca7ba0e
.github/workflows/test.yml
@@ -13,7 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
# https://nodejs.org/en/about/previous-releases
16
- node-version: [20, 22, 24]
+ # Using 24.3.x due to https://github.com/pnpm/pnpm/issues/9743
17
+ node-version: ['20', '22', '24.3.x']
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v4
0 commit comments