We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3ef32 commit f22b99bCopy full SHA for f22b99b
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Node.js environment
44
uses: actions/setup-node@v3
45
with:
46
- node-version: '16'
+ node-version: '15'
47
48
- name: Install deps
49
run: pnpm install
0 commit comments