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 36aad76 commit 1eef6ceCopy full SHA for 1eef6ce
.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