Skip to content

Commit

Permalink
Node version?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 21, 2024
1 parent f84fa7f commit d422f41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18", "20", "22"]
node: ["18", "20", "22.4.1"]
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
Expand All @@ -14,8 +14,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install working npm
run: npm install -g npm@10.7.0
- name: Install
run: npm ci
- name: Build
Expand All @@ -37,7 +35,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4.1
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit d422f41

Please sign in to comment.