Skip to content

Commit

Permalink
build: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 21, 2024
1 parent c935ec0 commit 8fea85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down

0 comments on commit 8fea85b

Please sign in to comment.