Skip to content

Commit

Permalink
test node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Apr 18, 2023
1 parent e50f34c commit 519f55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: true
node-version: 18
node-version: 20

jobs:
lint:
Expand All @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
node: [ 6, 8, 10, 12, 14, 16, 18 ]
node: [ 6, 8, 10, 12, 14, 16, 18, 20 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 519f55d

Please sign in to comment.