mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: remove node 22 from generator flow
npm sort of broken
This commit is contained in:
parent
b3f52486f7
commit
c5f5e75818
1 changed files with 1 additions and 1 deletions
2
.github/workflows/plugin-generator-e2e.yaml
vendored
2
.github/workflows/plugin-generator-e2e.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18,20, 22]
|
||||
node-version: [18,20, 21]
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
Loading…
Reference in a new issue