fix(ci): bump node version (#3289)
This commit is contained in:
parent
add87922a6
commit
03a579e10f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user