Skip to content

Commit

Permalink
chore(ci): setup-node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Nov 17, 2023
1 parent 4f110e4 commit 9806d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v20
uses: actions/setup-node@v3
- name: Install node20 runtime
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validateWithLinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v20
uses: actions/setup-node@v3
- name: Install node20 runtime
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down

0 comments on commit 9806d84

Please sign in to comment.