Update .forgejo/workflows/test.yml
This commit is contained in:
parent
260f6af571
commit
79f9f909bc
|
@ -1,15 +1,4 @@
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node: [ 14, 16, 18 ]
|
|
||||||
name: Node ${{ matrix.node }} sample
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- run: echo hi
|
||||||
- name: Setup node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node }}
|
|
||||||
- run: npm ci
|
|
||||||
- run: npm test
|
|
Loading…
Reference in a new issue