Use .nvmrc for pages workflow

This commit is contained in:
NightKev 2025-04-15 20:50:11 -07:00
parent 18c4dddcf0
commit 1cc9fab7c1

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup Node 22.14.1 - name: Setup Node 22.14.1
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 22 node-version-file: "pokerogue_docs/.nvmrc"
- name: Checkout repository for Github Pages - name: Checkout repository for Github Pages
if: github.event_name == 'push' if: github.event_name == 'push'