fix: 💚 fix container for node lint
Some checks failed
pilotwings / python (push) Successful in 1m24s
pilotwings / node (push) Failing after 39s
pilotwings / docker (push) Has been skipped

This commit is contained in:
Michel Roux 2024-11-05 15:27:33 +01:00
parent 12a7ace84b
commit 6c12f836d8

View File

@ -16,6 +16,7 @@ jobs:
node:
runs-on: ubuntu-latest
container: node:20.18.0-slim
steps:
- uses: actions/checkout@v4
- run: npm ci