Skip to content

Commit

Permalink
chore: drop Node.js 14 and 16 from CI, add 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 24, 2024
1 parent 0d10597 commit 53f285d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
version: 9.0.6
- name: Install Node.js 20.x
uses: actions/setup-node@v4.0.2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
version: 9.0.6
- name: Install Node.js 20.x
uses: actions/setup-node@v4.0.2
with:
Expand All @@ -54,8 +54,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, windows-latest, ubuntu-latest]
node-version: ['14', '16', '18', '20']
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: ['18', '20', '22']

steps:
- name: Setup Git
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
version: 9.0.6

- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
Expand Down

0 comments on commit 53f285d

Please sign in to comment.