Skip to content

Commit 284456f

Browse files
committed
Run CI against the new server preferred Node.js version
1 parent 00ff58e commit 284456f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 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, v14.18.3, 16.x, 18.x, '*']
10+
node-version: [14.x, 16.x, v16.16.0, 18.x, '*']
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
3434
if: |
3535
github.event_name == 'push' &&
3636
startsWith(github.ref, 'refs/tags/v') &&
37-
matrix.node-version == 'v14.18.3'
37+
matrix.node-version == 'v16.16.0'
3838
with:
3939
repo_token: ${{ secrets.GITHUB_TOKEN }}
4040
file: webextension.zip

0 commit comments

Comments
 (0)