Skip to content

Commit

Permalink
Revert "Revert to Node 18"
Browse files Browse the repository at this point in the history
This reverts commit 7e8efa9.
  • Loading branch information
georgegevoian committed Oct 15, 2024
1 parent 7e8efa9 commit e2d7c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.11]
node-version: [18.x]
node-version: [22.x]
tests:
- ':lint:python:client:common:smoke:stubs:'
- ':server-1-of-2:'
Expand All @@ -30,7 +30,7 @@ jobs:
- ':nbrowser-^[^A-R]:'
include:
- tests: ':lint:python:client:common:smoke:'
node-version: 18.x
node-version: 22.x
python-version: '3.10'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e2d7c3c

Please sign in to comment.