We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca6c8f commit 8b9cbd2Copy full SHA for 8b9cbd2
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Use Node.js
20
uses: actions/setup-node@v1
21
with:
22
- node-version: '14.x'
+ node-version: '18.x'
23
- name: Run Yarn
24
run: yarn
25
- name: Run tests
0 commit comments