use node v20 in github workflow (replacing v19) (#3093)

additional:

- update deps
- suppress more unwanted log errors in e2e tests
- add .gitattributes
- fix prettier/js warnings
This commit is contained in:
Karsten Hassel
2023-04-22 09:29:23 +02:00
committed by GitHub
parent 7e58b38ddf
commit b80485b52f
7 changed files with 425 additions and 407 deletions

View File

@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 20.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v3