Skip to content

Commit

Permalink
Lock in full branch runs to node 20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Sep 7, 2023
1 parent 754248c commit ed70c7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ jobs:
uses: ./.github/workflows/shared-test-unit.yml
with:
os: "ubuntu-latest"
node_version: '["latest"]'
node_version: "['18', '20.5']"

unit-windows:
name: "🧪 Unit Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-unit.yml
with:
os: "windows-latest"
node_version: '["latest"]'
node_version: "['18', '20.5']"

integration-ubuntu:
name: "👀 Integration Test"
if: github.repository == 'remix-run/remix'
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "ubuntu-latest"
node_version: '["latest"]'
node_version: "['18', '20.5']"
browser: '["chromium", "firefox"]'

integration-windows:
Expand All @@ -50,7 +50,7 @@ jobs:
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "windows-latest"
node_version: '["latest"]'
node_version: "['18', '20.5']"
browser: '["msedge"]'

integration-macos:
Expand All @@ -59,5 +59,5 @@ jobs:
uses: ./.github/workflows/shared-test-integration.yml
with:
os: "macos-latest"
node_version: '["latest"]'
node_version: "['18', '20.5']"
browser: '["webkit"]'

0 comments on commit ed70c7f

Please sign in to comment.