Skip to content

Commit

Permalink
⬆️ Update actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 23, 2023
1 parent f27e175 commit e85d8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.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
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.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
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand All @@ -26,5 +26,4 @@ jobs:

name: Test

on:
push:
on: push

0 comments on commit e85d8e6

Please sign in to comment.