Upgrade node version used to run scripts

Use the latest LTS

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-10-05 16:20:29 +02:00
parent 085c99dc10
commit a8667b6849
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -22,7 +22,7 @@ jobs:
- name: " Setup Node"
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: "🔎 Run validator"
run: |
npx @redocly/cli@latest lint data/api/*/*.yaml
@ -144,7 +144,7 @@ jobs:
- name: " Setup Node"
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: " Setup Hugo"
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d
with:
@ -221,7 +221,7 @@ jobs:
- name: " Setup Node"
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: " Setup Hugo"
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d
with: