infra: fix node container syntax
All checks were successful
Deploy eolas-app / deploy (push) Successful in 1m45s

This commit is contained in:
Thomas Bishop 2025-10-07 19:17:54 +01:00
parent cd6ee5a35a
commit 00240d9978

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node-22 container: node:22
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: npm install - run: npm install