Skip to content

Commit

Permalink
[actions] fix action SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 13, 2024
1 parent 2442d5b commit 1c288c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@a840bfaa7e24d260a9f451baa97ca172fdb327af
uses: ljharb/actions/.github/workflows/node.yml@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
range: '>= 0.8'
type: majors
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
use-npm-ci: true
- name: Flow type check
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
use-npm-ci: true
- name: Run ESLint
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
use-npm-ci: true
- name: Run diff check for the breakUpAriaJSON script
Expand All @@ -51,4 +51,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: true

0 comments on commit 1c288c1

Please sign in to comment.