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 bd777ef commit 5946504Copy full SHA for 5946504
.github/workflows/npm.yml
@@ -20,6 +20,6 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-node@v4
22
with:
23
- node-version: '12.x'
+ node-version: '22.x'
24
- run: npm install --no-color
25
- run: npm test --no-color
0 commit comments