Skip to content

Commit

Permalink
ci: require node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 28, 2024
1 parent c996417 commit 6926cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: 20
node-version: [ 20 ]
# node-version: ${{ fromJson(needs.get-lts.outputs.active) }}
fail-fast: false
steps:
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: 20
node-version: [ 20 ]
# node-version: ${{ fromJson(needs.get-lts.outputs.active) }}
fail-fast: false
steps:
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: 20
node-version: [ 20 ]
# node-version: ${{ fromJson(needs.get-lts.outputs.active) }}
experimental: [true]
fail-fast: false
Expand Down

0 comments on commit 6926cb4

Please sign in to comment.