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 c57fccb commit 7b6438cCopy full SHA for 7b6438c
.github/workflows/build-and-test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '16.19.1'
+ node-version: '18'
29
cache: 'yarn'
30
31
- name: Install dependencies
0 commit comments