Skip to content

Commit

Permalink
Merge pull request #668 from yuki0920/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/setup-node-4

Bump actions/setup-node from 3 to 4 in /.github/workflows
  • Loading branch information
yuki0920 authored Dec 8, 2023
2 parents ec8e1d9 + 91251b8 commit b2d856d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
working-directory: ./typescript
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Run lint check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Run format code
Expand Down

0 comments on commit b2d856d

Please sign in to comment.