Skip to content

Commit

Permalink
Merge pull request #28 from 10up/dependabot/npm_and_yarn/octokit-3.1.2
Browse files Browse the repository at this point in the history
Bump octokit from 1.7.2 to 3.1.2
  • Loading branch information
Sidsector9 authored Apr 2, 2024
2 parents 1228f96 + bae9acc commit 49e778b
Show file tree
Hide file tree
Showing 4 changed files with 1,423 additions and 1,266 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
status: ${{ steps.changed-files.outputs.any_changed }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- id: changed-files
uses: tj-actions/changed-files@v41
with:
Expand All @@ -29,16 +29,16 @@ jobs:
if: ${{ needs.changed-files.outputs.status == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Cache Node
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
~/.cache
~/.npm
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- name: Install dependencies
run: npm install
run: npm ci
- name: Test
run: npm test
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
Loading

0 comments on commit 49e778b

Please sign in to comment.