We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59a834 + aea8a40 commit d3b4b95Copy full SHA for d3b4b95
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Install Node
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
with:
25
node-version: 18.x
26
@@ -33,7 +33,7 @@ jobs:
33
run: npm run build
34
35
- name: Upload artifact to enable deployment
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
38
name: production-files
39
path: ./dist
src/pages/Bug2Bot/index.jsx
@@ -119,6 +119,7 @@ export default function Bug2Bot() {
119
newContents[i] = btoa(PCs[i]);
120
return newContents;
121
});
122
+ // eslint-disable-next-line no-alert
123
alert(`PC Number: ${btoa(PCs[i])}`);
124
}
125
0 commit comments