Skip to content

Commit

Permalink
ci: add Nodejs 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Feb 17, 2024
1 parent a7ff2cf commit d1c5583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ on:

jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d1c5583

Please sign in to comment.