Skip to content

Commit dd438c1

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/multi-96c788614a
2 parents e31776f + b617263 commit dd438c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v3
1010

11-
- name: Install node 18.x
11+
- name: Install node 22.x
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 18.x
14+
node-version: 22.x
1515

1616
- name: Install via APT - Graphviz
1717
run: |
1818
sudo apt-get install --no-install-recommends -y graphviz
1919
2020
- name: Setup Node Package Cache
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.npm
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)