We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f687bee commit 4c96faaCopy full SHA for 4c96faa
1 file changed
.github/workflows/test.yml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: '18'
+ node-version: '20'
18
cache: 'yarn'
19
- run: make check
0 commit comments