Skip to content

Commit

Permalink
Uses node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Matthews committed Jul 23, 2024
1 parent adc91c5 commit df02021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x To Build
- name: Use Node.js 22.x To Build
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
- run: make install
- run: make install-styleguide
- run: make build
Expand Down

0 comments on commit df02021

Please sign in to comment.