Skip to content

Commit

Permalink
Update checks to Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Nov 9, 2024
1 parent 75dd9a4 commit 7bcefbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Node.js 20
- name: Install Node.js 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 7bcefbd

Please sign in to comment.