diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a8553c..5720437 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x @@ -33,7 +33,7 @@ jobs: run: npm run build - name: Upload artifact to enable deployment - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: production-files path: ./dist diff --git a/src/pages/Bug2Bot/index.jsx b/src/pages/Bug2Bot/index.jsx index 4606e35..64effbc 100644 --- a/src/pages/Bug2Bot/index.jsx +++ b/src/pages/Bug2Bot/index.jsx @@ -119,6 +119,7 @@ export default function Bug2Bot() { newContents[i] = btoa(PCs[i]); return newContents; }); + // eslint-disable-next-line no-alert alert(`PC Number: ${btoa(PCs[i])}`); } });