Skip to content

Commit

Permalink
Downgrade octokit/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaitabamburic committed Jul 26, 2023
1 parent 9bcf10c commit 9cf14a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Select Node.js version
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm ci --no-audit --no-progress --prefer-offline
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Select Node.js version
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm ci --no-audit --no-progress --prefer-offline
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"husky:pre-commit": "lint-staged"
},
"engines": {
"node": "^16"
"node": "16"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9cf14a7

Please sign in to comment.