Skip to content

Commit

Permalink
fix: pin to node@22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Jul 22, 2024
1 parent 83db46a commit 9478591
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: ci

on:
- pull_request
- push
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
node-version: "21"

- name: Node.js 22.x
node-version: "22"
node-version: "22.4.1"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9478591

Please sign in to comment.