Skip to content

Commit 2822f3c

Browse files
committed
Update CI Node.js versions
1 parent 135cd73 commit 2822f3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [14.x, 16.x, 18.x, v18.16, '*']
10+
node-version: [20.x, v20.18.1, 22.x, '*']
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -23,6 +23,7 @@ jobs:
2323
- run: zip -r webextension.zip public/*
2424

2525
- uses: actions/upload-artifact@v4
26+
if: matrix.node-version == 'v20.18.1'
2627
with:
2728
name: webextension
2829
path: webextension.zip
@@ -33,7 +34,7 @@ jobs:
3334
if: |
3435
github.event_name == 'push' &&
3536
startsWith(github.ref, 'refs/tags/v') &&
36-
matrix.node-version == 'v18.16.0'
37+
matrix.node-version == 'v20.18.1'
3738
with:
3839
repo_token: ${{ secrets.GITHUB_TOKEN }}
3940
file: webextension.zip

0 commit comments

Comments
 (0)