Skip to content

Commit 86d2fd8

Browse files
committed
Node 24/25
1 parent bfe520e commit 86d2fd8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
check:
1818
strategy:
1919
matrix:
20-
node: [ 22, 23 ]
20+
node: [ 24, 25 ]
2121
runs-on: ubuntu-latest
2222
name: Astro Check for Node.js ${{ matrix.node }}
2323
steps:
@@ -43,7 +43,7 @@ jobs:
4343
build:
4444
strategy:
4545
matrix:
46-
node: [ 22, 23 ]
46+
node: [ 24, 25 ]
4747
runs-on: ubuntu-latest
4848
name: Astro Build for Node.js ${{ matrix.node }} # Corrected job name
4949
steps:

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v5
2525
with:
26-
# path: . # The root location of your Astro project inside the repository. (optional)
27-
node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
28-
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
26+
path: . # The root location of your Astro project inside the repository. (optional)
27+
node-version: 25 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
28+
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929
build-cmd: pnpm build # The command to run to build your site. Runs the package build script/task by default. (optional)
3030
# env:
3131
# PUBLIC_POKEAPI: 'https://pokeapi.co/api/v2' # Use single quotation marks for the variable value. (optional)

0 commit comments

Comments
 (0)