swited to Node 14

This commit is contained in:
augustinebest
2022-01-24 14:09:22 +01:00
parent d470a277c9
commit 5e60b3a07c

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
- name: Run Backend tests
run: |-
sudo apt-get update