Skip to content

Commit

Permalink
Update system.yaml
Browse files Browse the repository at this point in the history
switch to node.js20  (node<20 is deprecated)

Signed-off-by: Andrea <[email protected]>
  • Loading branch information
mosfet80 committed Sep 12, 2024
1 parent 483ff92 commit 89966c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cxx: "g++",
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies on ubuntu
if: startsWith(matrix.config.name, 'Ubuntu')
Expand Down

0 comments on commit 89966c2

Please sign in to comment.