We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba8cc3 commit 2bd5b41Copy full SHA for 2bd5b41
1 file changed
.github/workflows/Build-Test-Release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Node.js
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 18.x
+ node-version: 20.x
30
31
- name: Install dependencies
32
run: yarn --frozen-lockfile
0 commit comments