We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392640d commit 053cb76Copy full SHA for 053cb76
1 file changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: 3.8
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: '12.x'
+ node-version: '22.x'
18
- run: pip3 install --user virtualenv
19
- run: make test
20
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v2
26
- uses: actions/setup-node@v2
27
28
- node-version: 12
+ node-version: 22
29
registry-url: https://registry.npmjs.org/
30
- run: yarn
31
- run: yarn publish
0 commit comments