Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrsskls committed Jul 16, 2022
1 parent e851f1d commit af90f0a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
Expand All @@ -9,17 +6,13 @@ on:
pull_request:
branches: [main, "4.0.0"]

defaults:
run:
working-directory: /

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.7]
node-version: [16.7, 17.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,4 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm test

0 comments on commit af90f0a

Please sign in to comment.