Skip to content

Commit

Permalink
chore: use Node 20 for main tests (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 25, 2024
1 parent 2cd96e2 commit a3dd59e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: ⎔ Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Install dependencies
run: npm install
Expand All @@ -49,16 +49,16 @@ jobs:
# On other platforms
- os: windows-latest
eslint: 8
node: 18
node: 20
- os: macos-latest
eslint: 8
node: 18
node: 20
# On old ESLint versions
- eslint: 7
node: 18
node: 20
os: ubuntu-latest
- eslint: 6
node: 18
node: 20
os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
- eslint: 6.0.0
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Install dependencies
run: npm install
Expand Down

0 comments on commit a3dd59e

Please sign in to comment.