using node 18 in github test setup

This commit is contained in:
weakmap@gmail.com
2024-01-01 16:20:25 +01:00
parent f798aed342
commit 6f4defdc1b

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