fix: ci node version

This commit is contained in:
Chen Asraf
2023-04-24 11:16:10 +03:00
committed by Chen Asraf
parent 2050ea38d5
commit 767d34c684

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build