Skip to content

Commit

Permalink
Expanded PR tests to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Feb 27, 2024
1 parent d9abb83 commit 6c4c654
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
push:
branches:
- main
- '4.12'
- '4.13'
pull_request:
branches:
- main
- '4.12'
- '4.13'

jobs:
ci:
Expand All @@ -21,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, windows]
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]

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

0 comments on commit 6c4c654

Please sign in to comment.