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 524daec commit 2e8bc64Copy full SHA for 2e8bc64
.github/workflows/test.yml
@@ -11,6 +11,6 @@ jobs:
11
python-version: 3.8
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: '12.x'
+ node-version: '22.x'
15
- run: pip3 install --user virtualenv
16
- run: make test
0 commit comments