We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5afb7e commit a1b1643Copy full SHA for a1b1643
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Node.js, NPM and Yarn
17
uses: actions/setup-node@v1
18
with:
19
- node-version: 14
+ node-version: 15
20
21
- name: Install Wine
22
run: |
0 commit comments