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