Skip to content

Commit

Permalink
Scope CI workflow to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfran committed Oct 22, 2024
1 parent c9ea2cc commit b18c138
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 21.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 22
cache: "yarn"
- run: yarn
- run: yarn ci

0 comments on commit b18c138

Please sign in to comment.