Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm committed Oct 28, 2023
1 parent a1f9a6b commit 5ae3a90
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,39 +45,6 @@ jobs:
- name: Run tests
run: npm run test:js

# node_active_versions:
# name: Node ${{ matrix.node_version }}
# runs-on: ubuntu-latest
# continue-on-error: ${{ matrix.node_version == 'current' }}
#
# strategy:
# fail-fast: false
# matrix:
# node_version:
# - lts/-1
# - lts/*
# - current
#
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
#
# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: ${{ matrix.node_version }}
# cache: npm
# cache-dependency-path: 'package-lock.json'
#
# - name: Install package.json
# run: npm clean-install --ignore-scripts
#
# - name: Run postinstall scripts
# run: npm run postinstall
#
# - name: Run tests
# run: npm run test:js


docker:
name: Docker
Expand Down Expand Up @@ -125,6 +92,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: npm
cache-dependency-path: 'package-lock.json'

- name: Install ESLint
run: npm clean-install eslint --ignore-scripts
Expand Down

0 comments on commit 5ae3a90

Please sign in to comment.