We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7492d2 commit 331148aCopy full SHA for 331148a
1 file changed
.github/workflows/build-on-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: '20.x'
+ node-version: '16.x'
24
cache: 'yarn'
25
cache-dependency-path: yarn.lock
26
0 commit comments