diff --git a/.github/node.yml b/.github/node.yml deleted file mode 100644 index 5d79d24..0000000 --- a/.github/node.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: NodeJS - -on: - push: - branches: [ "main" ] -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [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 }} - - - name: Build - run: | - yarn install - yarn test