Skip to content

Commit

Permalink
Merge pull request #62 from addyosmani/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
bezoerb committed Nov 1, 2023
2 parents 04c3f8f + 50ff3c9 commit 828e424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
Expand Down

0 comments on commit 828e424

Please sign in to comment.