We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5073ed9 commit ef31bc8Copy full SHA for ef31bc8
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node version
12
uses: actions/setup-node@v4
13
with:
14
- node-version: 14.16.0
+ node-version: 18.20.4
15
- name: Install dependencies
16
run: npm ci
17
- name: Run tests
0 commit comments