diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index bb789d4..7ce6617 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -14,10 +14,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: Use Node.js 16.x - uses: actions/setup-node@v3 - with: - node-version: 16.x - run: npm ci - run: npm run build --if-present - run: npm test