Skip to content

Commit 60c70f5

Browse files
ci: Update workflow to use Node.js 22 and add zip artifact generation
1 parent 8481426 commit 60c70f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -32,12 +32,12 @@ jobs:
3232
- name: Test
3333
run: npm test
3434

35+
- name: Zip
36+
run: npm run zip
37+
3538
- name: Upload build artifacts
3639
uses: actions/upload-artifact@v3
3740
with:
3841
name: extension-build
3942
path: |
40-
dist/
41-
manifest.json
42-
popup.html
43-
icons/
43+
chrome-extension.zip

0 commit comments

Comments
 (0)