Skip to content

Commit 0460602

Browse files
committed
Attempt to use an older node version for working with amazon linux 2
1 parent 490fe38 commit 0460602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
name: Test
2222
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323
with:
24+
node-version: 18.x
2425
# linux_os_versions: "[\"jammy\", \"noble\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\", \"bookworm\", \"fedora39\"]"
2526
# Not working: noble (compile error in TSC Filesystem), bookworm (missing memory.h), fedora39 (missing memory.h)
2627
linux_os_versions: "[\"jammy\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\"]"

0 commit comments

Comments
 (0)