fix(ci): bump node version (#3289)

This commit is contained in:
Krzysztof Moch
2023-10-11 21:55:42 +02:00
committed by GitHub
parent add87922a6
commit 03a579e10f

View File

@@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- run: yarn --no-lockfile
- run: yarn lint