chore(deps): update dependency node to v22

This commit is contained in:
renovate[bot] 2025-03-17 23:29:42 +00:00 committed by GitHub
parent 46d6afb048
commit 6376e28dc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
- name: Install Dart Sass
run: sudo snap install dart-sass

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
- name: Install Dart Sass
run: sudo snap install dart-sass