Skip to content

Commit

Permalink
Update actions/setup-node from v3 to v4 for Node runtime compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Aug 31, 2024
1 parent bd00625 commit 2769960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: bash ./scripts/setup.sh

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install dependencies
run: bash ./scripts/setup.sh

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'

Expand Down

0 comments on commit 2769960

Please sign in to comment.