Skip to content

Commit

Permalink
Update GitHub actions in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Sep 16, 2023
1 parent a32af9a commit 89ad16d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install metadata validator
run: wget https://github.com/loot/metadata-validator/releases/download/0.18.0/metadata-validator-0.18.0-0-g143cb72_0.18.0-Linux.tar.xz -O - | tar -xJ --strip-components=1
Expand Down

0 comments on commit 89ad16d

Please sign in to comment.