Skip to content

Commit

Permalink
ci: update workflows to use latitude.sh based runners (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Aug 17, 2024
1 parent 916b329 commit acbc18c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

publish-npm:
# needs: test
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: custodians-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
test:
name: test
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: custodians-linux-medium
env:
NODE_OPTIONS: '--max-old-space-size=32768'
permissions:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Node Environment
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '20.x'
node-version: '20'

- name: Cache npm dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand Down

0 comments on commit acbc18c

Please sign in to comment.