This commit is contained in:
parent
bf86a17a3c
commit
fda098871c
1 changed files with 3 additions and 3 deletions
|
|
@ -5,14 +5,14 @@ jobs:
|
|||
runs-on: docker
|
||||
strategy:
|
||||
matrix:
|
||||
node: ["20"]
|
||||
node: ["24"]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
uses: https://code.forgejo.org/actions/checkout@v6
|
||||
|
||||
- name: Setup NodeJS
|
||||
uses: https://code.forgejo.org/actions/setup-node@v4
|
||||
uses: https://code.forgejo.org/actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{matrix.node}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue