Skip to content

Commit

Permalink
chore: update Node.js versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Dec 3, 2023
1 parent a82263f commit 6a8189c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 6a8189c

Please sign in to comment.