Upgrade to node 22

This commit is contained in:
Dustin Brett 2024-10-11 14:34:38 -07:00
parent 95ce6bacfa
commit 7f12d80083

View File

@ -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