Skip to content

Commit

Permalink
Revert 1 el841 patch 1 (#1)
Browse files Browse the repository at this point in the history
* Create gem-push.ymlui (#1)

jobs:
  test:
    name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        node_version: ['8', '10', '12']
        os: [ubuntu-latest, windows-latest, macOS-latest]

    steps:
    - uses: actions/checkout@v1
    - name: Use Node.js ${{ matrix.node_version }}
      uses: actions/setup-node@v1
      with:
        node-version: ${{ matrix.node_version }}

    - name: npm install, build and test
      run: |
        npm install
        npm run build --if-present
        npm test

* Revert "Create gem-push.ymlui (#1)"

This reverts commit 338c744.
  • Loading branch information
el841 authored Mar 24, 2024
1 parent 126ffb4 commit 4231dd4
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4231dd4

Please sign in to comment.