From c4046ec6958f1644b41228192348d7bcfca54ce2 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Sat, 13 Apr 2024 15:53:21 +0200 Subject: [PATCH] Remove github ci --- .github/workflows/node.js.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/node.js.yml diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml deleted file mode 100644 index b3558e2..0000000 --- a/.github/workflows/node.js.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CI - -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - test: - runs-on: ubuntu-latest - timeout-minutes: 10 - - strategy: - matrix: - node-version: [18.x, 20.x] - - steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm test