using node 20 in tests as well

This commit is contained in:
Christian Kellner
2024-07-24 09:43:11 +02:00
parent 42c48fdceb
commit 933dc3fc64

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2.5.1
with:
node-version: 18
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn run test