We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66c30b commit 8b4fc34Copy full SHA for 8b4fc34
.github/workflows/ci.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Install Node.js
19
uses: actions/setup-node@v1
20
with:
21
- node-version: 10.x
+ node-version: 20.x
22
- run: yarn install
23
- run: yarn build
0 commit comments