Skip to content

Commit

Permalink
ci: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 4, 2024
1 parent 47d829a commit 7ba0a43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Install Packages
run: npm i
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set Up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Install Packages
run: npm i
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set Up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Install packages
run: npm i
Expand Down

0 comments on commit 7ba0a43

Please sign in to comment.