Skip to content

Commit

Permalink
ci(github): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Jul 17, 2024
1 parent ccac685 commit 384d3b0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v2.4.0
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install Node.js v19
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 22
cache: pnpm

- name: Install dependencies
Expand All @@ -35,18 +35,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 20.x, 22.x]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v2.4.0
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install Node.js v18
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -69,15 +69,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v2.4.0
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install Node.js v19
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 22
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit 384d3b0

Please sign in to comment.