diff --git a/.github/workflows/node.js-eol-20190430.yml b/.github/workflows/node.js-eol-20190430.yml index 00250d8..2bc3ba0 100644 --- a/.github/workflows/node.js-eol-20190430.yml +++ b/.github/workflows/node.js-eol-20190430.yml @@ -28,8 +28,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - - run: npm config set registry="http://registry.npmjs.org/" - - run: npm config set strict-ssl false + - run: npm conf set registry="http://registry.npmjs.org/" + - run: npm conf set strict-ssl false - run: npm cache clean - run: npm install - run: npm test