From 5ce3e64f5db6a070841b4bb90674f74de0af8318 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 19 Oct 2024 06:08:12 -0500 Subject: [PATCH] Remove node install --- .forgejo/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) 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