parent
fa19d49976
commit
f4d99bd274
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test config on ${{matrix.node}}
|
||||
|
|
@ -9,10 +10,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v6
|
||||
uses: https://code.forgejo.org/actions/checkout@v5
|
||||
|
||||
- name: Setup NodeJS
|
||||
uses: https://code.forgejo.org/actions/setup-node@v6
|
||||
uses: https://code.forgejo.org/actions/setup-node@v5
|
||||
with:
|
||||
node-version: ${{matrix.node}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue