chore: fix versions in GH workflow files

This commit is contained in:
Martin Fillafer 2024-07-01 16:27:21 +02:00
parent d8517ff44c
commit cabe50719f
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- run: node --version
- run: npm ci
- run: npm run build