chore: change github actions node version from 18 to 22

This commit is contained in:
nelson 2025-02-06 13:19:54 -08:00 committed by rebuilt
parent 3003a35497
commit 1cdd5a6ef7

View file

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: