Skip to content

Commit

Permalink
ci: use node 22 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser committed Nov 1, 2024
1 parent ca5393a commit 7cf4239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '16'
node-version: '22'

- name: Install and Build 🔧
run: |
Expand Down

0 comments on commit 7cf4239

Please sign in to comment.