diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 3453b2eb887..c0f2c1b0d5c 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository for Typedoc - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' path: pokerogue_docs @@ -34,15 +34,14 @@ jobs: sudo apt update sudo apt install -y git openssh-client - - name: Setup Node for Github Pages + - name: Setup Node 22.14.1 uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' - cache: 'npm' + node-version: 22 - name: Checkout repository for Github Pages if: github.event_name == 'push' - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: path: pokerogue_gh ref: gh-pages diff --git a/.github/workflows/test-shard-template.yml b/.github/workflows/test-shard-template.yml index 8fbf0f81203..cee452f3a59 100644 --- a/.github/workflows/test-shard-template.yml +++ b/.github/workflows/test-shard-template.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 with: submodules: 'recursive' - name: Set up Node.js