Skip to content

Commit

Permalink
chore(repo): use node 18 LTS for OS variants
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Oct 7, 2024
1 parent 2995ddd commit ec062ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [14.21, 16.20, 18.20]
node-version: [18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit ec062ba

Please sign in to comment.