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 c7e129e commit 2a5d72cCopy full SHA for 2a5d72c
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Set up Node.js
55
uses: actions/setup-node@v4
56
with:
57
- node-version: lts/*
+ node-version: "18"
58
cache: "pnpm"
59
60
- name: Set up Python
0 commit comments