From 3050195ee713378a317199254d70415ef6da190d Mon Sep 17 00:00:00 2001 From: yibo <7483137+xyb994@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:13:40 -0400 Subject: [PATCH] actions: bump node to 20 (fixes #2300) (#2302) Co-authored-by: dogi --- .github/workflows/newversion.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/newversion.yml b/.github/workflows/newversion.yml index d2ace96d7..8cfc5ebcb 100644 --- a/.github/workflows/newversion.yml +++ b/.github/workflows/newversion.yml @@ -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: | diff --git a/package.json b/package.json index 2ba0e040b..0310b2510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.26.17", + "version": "1.26.18", "remote": "6000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",