We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cdf06 commit 6fd57afCopy full SHA for 6fd57af
1 file changed
.github/workflows/test.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: 22
21
- run: npm install
22
- run: npm test
0 commit comments