Skip to content

Commit

Permalink
Merge pull request #43 from keneanung/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore: update actions/setup-node action to v4
  • Loading branch information
keneanung authored Nov 27, 2023
2 parents 04c82b6 + 3106029 commit 2ec2a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- name: create Nexus assets
# second npm ci is to install the package builder properly
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: test
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Build
run: |
Expand Down

0 comments on commit 2ec2a5f

Please sign in to comment.