Skip to content

Commit 9bc184c

Browse files
Foorackjellejurre
andauthored
Upgrade Node in CI to v20 (#451)
Co-authored-by: JelleJurre <76777936+jellejurre@users.noreply.github.com>
1 parent 98a2d68 commit 9bc184c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/cache@v4
1616
with:
1717
path: node_modules
18-
key: ${{ runner.os }}-node-v16-${{ hashFiles('**/package-lock.json') }}
18+
key: ${{ runner.os }}-node-v20-${{ hashFiles('**/package-lock.json') }}
1919
restore-keys: |
20-
${{ runner.os }}-node-v16
20+
${{ runner.os }}-node-v20
2121
- name: Install Dependencies
2222
run: npm install
2323
- name: Run Spectral linting
@@ -36,9 +36,9 @@ jobs:
3636
uses: actions/cache@v4
3737
with:
3838
path: node_modules
39-
key: ${{ runner.os }}-node-v16-${{ hashFiles('**/package-lock.json') }}
39+
key: ${{ runner.os }}-node-v20-${{ hashFiles('**/package-lock.json') }}
4040
restore-keys: |
41-
${{ runner.os }}-node-v16
41+
${{ runner.os }}-node-v20
4242
4343
- name: Bundle OpenAPI Specification 📦
4444
run: npm run bundle

0 commit comments

Comments
 (0)