Skip to content

Commit

Permalink
chore: Use Node.js LTS for getting-started integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Mar 3, 2025
1 parent 8bec641 commit 5dd63d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Prerequisites
- uses: ./.github/actions/restore-node
with:
node-version: 18.18
node-version: lts/*
keep-endo: 'true'

# Select a branch of the
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- uses: ./agoric-sdk/.github/actions/restore-node
with:
# XXX loadgen not compatible with 18.19 https://github.com/Agoric/agoric-sdk/pull/8365#issuecomment-1848003597
node-version: 18.18
node-version: lts/*
path: ./agoric-sdk
# Forces xsnap to initialize all memory to random data, which increases
# the chances the content of snapshots may deviate between validators
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
working-directory: packages/deployment
- uses: ./.github/actions/restore-node
with:
node-version: '18.x'
node-version: lts/*
# Rebuilding the SDK image with resolved endo packages is not currently supported
# and since we can't build core eval submissions from the SDK using a newer endo,
# simply ignore any endo branch integration (this means we don't have full coverage)
Expand Down

0 comments on commit 5dd63d5

Please sign in to comment.