Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Dec 8, 2023
1 parent ca668f9 commit a71a0c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runner: ["windows-latest", "ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
node: ["18", "20", "21"]
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.5.1
- uses: uraimo/run-on-arch-action@v2.6.0
name: Verify install
id: build
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
node: ["18", "20", "21"]
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.5.1
- uses: uraimo/run-on-arch-action@v2.6.0
name: Verify install
id: build
with:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- 3128:3128
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit a71a0c9

Please sign in to comment.