Using node v18 for github tests

This commit is contained in:
Christian Kellner
2024-01-01 16:21:25 +01:00
committed by GitHub
parent f798aed342
commit 26ed42230a

View File

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