[GitHub] Use .nvmrc for pages workflow (#5666)

This commit is contained in:
NightKev 2025-04-15 20:55:29 -07:00 committed by GitHub
parent 18c4dddcf0
commit efad0d1324
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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