Skip to content

Commit

Permalink
Pin node version to 22.4
Browse files Browse the repository at this point in the history
Awaiting for actions/node-versions#182 because of npm/cli#7667
  • Loading branch information
Elanis committed Jul 21, 2024
1 parent 3bc4666 commit 752a9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4
cache: 'npm'

- run: npm ci
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4
cache: 'npm'

- run: npm ci
Expand Down

0 comments on commit 752a9a1

Please sign in to comment.