diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index e13845e..97022a3 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -25,12 +25,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: ${{ env.node_version }} - - run: npm i - - run: npm run build - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1 with: