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