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