We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a2d68 commit 9bc184cCopy full SHA for 9bc184c
1 file changed
.github/workflows/ci.yaml
@@ -15,9 +15,9 @@ jobs:
15
uses: actions/cache@v4
16
with:
17
path: node_modules
18
- key: ${{ runner.os }}-node-v16-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-node-v20-${{ hashFiles('**/package-lock.json') }}
19
restore-keys: |
20
- ${{ runner.os }}-node-v16
+ ${{ runner.os }}-node-v20
21
- name: Install Dependencies
22
run: npm install
23
- name: Run Spectral linting
@@ -36,9 +36,9 @@ jobs:
36
37
38
39
40
41
42
43
- name: Bundle OpenAPI Specification 📦
44
run: npm run bundle
0 commit comments