forked from federated-nexus/website
bump stuff
This commit is contained in:
parent
cab14c545d
commit
1d565fa13a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/astro.yml
vendored
6
.github/workflows/astro.yml
vendored
|
|
@ -19,12 +19,12 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue