Skip to content

Commit 90c150a

Browse files
authored
Remove npm 16.x dep
1 parent beb92eb commit 90c150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-frontend.yml

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

0 commit comments

Comments
 (0)