We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ab303 commit c20b093Copy full SHA for c20b093
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v3
9
- uses: actions/setup-node@v3
10
with:
11
- node-version: 16
+ node-version: 20
12
cache: 'npm'
13
cache-dependency-path: package-lock.json
14
- run: npm ci
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
- run: npx prettier --check .
32
build-fly:
0 commit comments