Install platform node before setting up lts version
Some checks failed
/ test (push) Failing after 52s

This commit is contained in:
Sonny Bakker 2024-10-23 09:43:10 +02:00
parent 649d52755e
commit f57a534485

View file

@ -23,6 +23,8 @@ jobs:
image: memcached:1.5.22
steps:
- run: apt-get --yes update && apt-get --yes install nodejs
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'