Install platform node before setting up lts version
Some checks failed
/ test (push) Failing after 52s
Some checks failed
/ test (push) Failing after 52s
This commit is contained in:
parent
649d52755e
commit
f57a534485
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ jobs:
|
||||||
image: memcached:1.5.22
|
image: memcached:1.5.22
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt-get --yes update && apt-get --yes install nodejs
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue