Skip to content

Commit

Permalink
Revert to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian authored Oct 15, 2024
1 parent 4b8f10f commit 7e8efa9
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: [22.x]
node-version: [18.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: 22.x
node-version: 18.x
python-version: '3.10'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7e8efa9

Please sign in to comment.