Skip to content

Commit df5e956

Browse files
committed
node 20
1 parent ae3bccd commit df5e956

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- run: yarn install --ignore-scripts
1919
- run: yarn run lint
2020

@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: true
2626
matrix:
27-
node-version: [16]
27+
node-version: [20]
2828
os: [ubuntu-latest]
2929

3030
steps:

0 commit comments

Comments
 (0)