mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-07-04 04:18:31 +02:00
Migrate check workflow to Node.js 18
This commit is contained in:
parent
7dd02e7dd7
commit
c95de5fad2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
@ -14,10 +14,10 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Node.js environment (v16)
|
- name: Setup Node.js 18 environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/gallium'
|
node-version: 'lts/hydrogen'
|
||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue