Update node version to 22
Some checks failed
Validate Build / validate-build (push) Failing after 3s
Some checks failed
Validate Build / validate-build (push) Failing after 3s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm Install
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm Install
|
||||
|
||||
Reference in New Issue
Block a user