infra: fix node container syntax
All checks were successful
Deploy eolas-app / deploy (push) Successful in 1m45s
All checks were successful
Deploy eolas-app / deploy (push) Successful in 1m45s
This commit is contained in:
parent
cd6ee5a35a
commit
00240d9978
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue