mirror of https://github.com/knative/func.git
fix: pin octokit npm module version to 3 (#2295)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
276f881e53
commit
46f6f08feb
|
@ -23,7 +23,7 @@ jobs:
|
|||
java-version: 21
|
||||
distribution: 'temurin'
|
||||
- name: Install NPM deps.
|
||||
run: npm install xml2js octokit
|
||||
run: npm install xml2js octokit@3.2.1
|
||||
- name: Create PR
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
java-version: 21
|
||||
distribution: 'temurin'
|
||||
- name: Install NPM deps.
|
||||
run: npm install xml2js octokit yaml semver
|
||||
run: npm install xml2js octokit@3.2.1 yaml semver
|
||||
- name: Create PR
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in New Issue