We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1233fb1 commit 4f73467Copy full SHA for 4f73467
.github/workflows/linuxUI.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node.js environment
30
uses: actions/setup-node@v2
31
with:
32
- node-version: 18.15.0
+ node-version: 20
33
34
- name: Install Node.js modules
35
run: npm install
.github/workflows/macOS.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
.github/workflows/windowsUI.yml
0 commit comments