Merge pull request #310 from ditatompel/renovate/node-22.x

Merge pull request #310

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
This commit is contained in:
ditatombot[bot] 2025-03-20 09:36:32 +00:00 committed by GitHub
commit 1e99c4de14
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 - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "22"
- name: Install Dart Sass - name: Install Dart Sass
run: sudo snap install dart-sass run: sudo snap install dart-sass

View file

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