mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-12-28 07:31:56 +01:00
Convert checks to Node16 lts/gallium
This commit is contained in:
parent
127d874823
commit
d314bb55f8
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js environment (v14)
|
||||
- name: Setup Node.js environment (v16)
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 'lts/fermium'
|
||||
node-version: 'lts/gallium'
|
||||
|
||||
- name: Install npm dependencies
|
||||
if: always()
|
||||
|
Loading…
x
Reference in New Issue
Block a user