Skip to content

Commit

Permalink
try ci without node 18 for a sec
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed Oct 12, 2024
1 parent ae42b65 commit 9b71601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9b71601

Please sign in to comment.