Skip to content

Commit a662f7a

Browse files
committed
Attempt to set up an older version of node
1 parent 0460602 commit a662f7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
soundness:
99
name: Soundness
10-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
10+
uses: cmcgee1024/github-workflows/.github/workflows/soundness.yml@main
1111
with:
1212
license_header_check_enabled: false
1313
license_header_check_project_name: "Swift.org"
@@ -21,7 +21,6 @@ jobs:
2121
name: Test
2222
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323
with:
24-
node-version: 18.x
2524
# linux_os_versions: "[\"jammy\", \"noble\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\", \"bookworm\", \"fedora39\"]"
2625
# Not working: noble (compile error in TSC Filesystem), bookworm (missing memory.h), fedora39 (missing memory.h)
2726
linux_os_versions: "[\"jammy\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\"]"

0 commit comments

Comments
 (0)