Skip to content

Commit

Permalink
use tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 23, 2024
1 parent aff23ef commit cab9471
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-18+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
latest: ${{ steps.set-matrix.outputs.requireds }}
minors: ${{ steps.set-matrix.outputs.optionals }}
steps:
- uses: ljharb/actions/node/matrix@main
- uses: ljharb/actions/node/matrix@tmp
id: set-matrix
with:
versionsAsRoot: true
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
node-version: ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-minors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
latest: ${{ steps.set-matrix.outputs.requireds }}
minors: ${{ steps.set-matrix.outputs.optionals }}
steps:
- uses: ljharb/actions/node/matrix@main
- uses: ljharb/actions/node/matrix@tmp
id: set-matrix
with:
versionsAsRoot: true
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
node-version: ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-pretest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
Expand All @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Check package version
id: cpv
uses: ljharb/actions/node/check-package-version@main
uses: ljharb/actions/node/check-package-version@tmp

- name: Validate package version
uses: actions/github-script@v7
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
ref: ${{ github.event.inputs.tag }}

- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: "nvm install lts/* && npm install"
with:
node-version: "lts/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on: [pull_request_target]

jobs:
_:
uses: ljharb/actions/.github/workflows/rebase.yml@main
uses: ljharb/actions/.github/workflows/rebase.yml@tmp
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/checkout@v4

- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
with:
node-version: node
skip-install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/require-allow-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ljharb/require-allow-edits@main
- uses: ljharb/require-allow-edits@tmp
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
persist-credentials: false
show-progress: false

- uses: ljharb/actions/node/install@main
- uses: ljharb/actions/node/install@tmp
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
Expand Down

0 comments on commit cab9471

Please sign in to comment.