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