Skip to content

Commit

Permalink
chore: bump the version of the ci actions
Browse files Browse the repository at this point in the history
Bring the versions inline with HH.
  • Loading branch information
kanej committed May 24, 2024
1 parent 3551129 commit b93a6db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: Test Ignition on Windows with Node 18
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
Expand All @@ -31,11 +31,11 @@ jobs:
name: Test Ignition on MacOS with Node 18
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
Expand All @@ -51,13 +51,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20.5]
node: [18, 20]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "pnpm"
Expand All @@ -72,11 +72,11 @@ jobs:
name: Lint the project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
Expand Down

0 comments on commit b93a6db

Please sign in to comment.