Skip to content

Commit

Permalink
Merge pull request #1440 from Retrospring/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
2 parents 326bb16 + 4efe5b6 commit 863d4f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
files: "**/*.ts"
- name: Set up Node 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'yarn'
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
files: "**/*.scss"
- name: Set up Node 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retrospring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
bundler-cache: true
- name: Set up Node 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'yarn'
Expand Down

0 comments on commit 863d4f7

Please sign in to comment.