mirror of
https://github.com/ditatompel/insights.git
synced 2025-04-10 05:16:23 +07:00
chore(deps): update dependency node to v22
This commit is contained in:
parent
46d6afb048
commit
6376e28dc2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/production.yaml
vendored
2
.github/workflows/production.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/staging.yaml
vendored
2
.github/workflows/staging.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue