Skip to content

Commit 21e6673

Browse files
authored
Remove NPM 16.x (#96)
* Update frontend-ci.yml * Update publish-frontend.yml
1 parent 70e560d commit 21e6673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
node-version: [16.x, 18.x, 20.x]
54+
node-version: [18.x, 20.x]
5555
# See supported Node.js release schedule at
5656
# https://nodejs.org/en/about/releases/
5757
defaults:

.github/workflows/publish-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x, 20.x]
13+
node-version: [18.x, 20.x]
1414
# See supported Node.js release schedule at
1515
# https://nodejs.org/en/about/releases/
1616
defaults:

0 commit comments

Comments
 (0)