We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb7b42 commit abd65b1Copy full SHA for abd65b1
1 file changed
.github/workflows/integration-tests.yml
@@ -65,16 +65,6 @@ jobs:
65
run: |
66
brew install ripgrep
67
68
- - name: Configure npm
69
- env:
70
- ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_SECRET }}
71
- run: |
72
- cat > .npmrc << EOF
73
- engine-strict=true
74
- registry=https://artifactory.infra.ant.dev/artifactory/api/npm/npm-all/
75
- //artifactory.infra.ant.dev/artifactory/api/npm/npm-all/:_authToken=${ARTIFACTORY_TOKEN}
76
- EOF
77
-
78
- name: Install Node dependencies
79
run: npm install
80
0 commit comments