mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
Upgrade to node 22
This commit is contained in:
parent
95ce6bacfa
commit
7f12d80083
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 21
|
node-version: 22
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: NODE_OPTIONS='--openssl-legacy-provider' yarn
|
run: NODE_OPTIONS='--openssl-legacy-provider' yarn
|
||||||
- name: Run Jest Unit Tests
|
- name: Run Jest Unit Tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user