Pin node version

This commit is contained in:
Courtney Sims 2024-11-12 13:17:08 -06:00
parent 81f8814855
commit 9bf87caf2b
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "latest"
# Pinned due to compatibility issues on 23.2.0
node-version: "22"
cache: "npm"
- name: Install modules and build

View file

@ -27,7 +27,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "latest"
# Pinned due to compatibility issues on 23.2.0
node-version: "22"
cache: "npm"
- name: Install modules