We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31776f + b617263 commit dd438c1Copy full SHA for dd438c1
1 file changed
.github/workflows/main.yml
@@ -8,17 +8,17 @@ jobs:
8
- name: Checkout
9
uses: actions/checkout@v3
10
11
- - name: Install node 18.x
+ - name: Install node 22.x
12
uses: actions/setup-node@v1
13
with:
14
- node-version: 18.x
+ node-version: 22.x
15
16
- name: Install via APT - Graphviz
17
run: |
18
sudo apt-get install --no-install-recommends -y graphviz
19
20
- name: Setup Node Package Cache
21
- uses: actions/cache@v1
+ uses: actions/cache@v4
22
23
path: ~/.npm
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments