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 6ff45ce commit bb68211Copy full SHA for bb68211
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js environment
17
uses: actions/setup-node@v3
18
with:
19
- node-version: '16'
+ node-version: '17'
20
cache: 'yarn'
21
22
- name: Install dependencies
0 commit comments