Skip to content

Commit

Permalink
[actions] test.yml add node v18 v20 and all branchs on
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 14, 2024
1 parent a74b970 commit 87756c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ name: test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand All @@ -16,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 87756c9

Please sign in to comment.