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.
2 parents e5a18ad + 0c29a46 commit 4ba3066Copy full SHA for 4ba3066
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- node-version: [20.x]
+ node-version: [22.x]
24
25
steps:
26
- uses: actions/checkout@v4
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
17
18
19
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments