We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c2f93 commit 1c784faCopy full SHA for 1c784fa
.github/workflows/build-dev.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Use Node.js 20.x
26
uses: actions/setup-node@v3
27
with:
28
- node-version: '20'
+ node-version: '20.19'
29
cache: 'yarn'
30
31
- name: Install
.github/workflows/build-prod.yml
0 commit comments