mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-22 01:04:26 +01:00
Lock repository to lts/fermium (node v14)
This commit is contained in:
parent
e9a1e46e5c
commit
5c2c850b98
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@ -14,6 +14,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js environment (v14)
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 'lts/fermium'
|
||||
|
||||
- name: Install npm dependencies
|
||||
if: always()
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user