Skip to content

Commit

Permalink
actions: bump node to 20 (fixes #2300) (#2302)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
xyb994 and dogi authored Jun 26, 2024
1 parent be70675 commit d588a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/newversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
name: treehouses/cli
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 10
node-version: 20
registry-url: https://registry.npmjs.org/
- name: build
run: |
Expand Down

0 comments on commit d588a45

Please sign in to comment.