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 a3440d3 commit a179f11Copy full SHA for a179f11
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Use Node.js
11
uses: actions/setup-node@v4
12
with:
13
- node-version: 16
+ node-version: 20
14
cache: 'npm'
15
- name: Install dependencies
16
run: npm ci
0 commit comments