Skip to content

Commit

Permalink
Merge pull request #23 from arkedge/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
sksat authored Mar 18, 2024
2 parents efb9764 + e36b76a commit cbe12ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit cbe12ee

Please sign in to comment.