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 3214f76 commit be6a30a
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 @@ -29,23 +29,23 @@ jobs:
uses: ./.github/workflows/shared-test-unit.yml
with:
os: "ubuntu-latest"
node_version: "[18, 20]"
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: "[18, 20]"
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: "[18, 20]"
node_version: "['18', '20.5']"
browser: '["chromium", "firefox"]'

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

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

0 comments on commit be6a30a

Please sign in to comment.