We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be70675 commit 3050195Copy full SHA for 3050195
.github/workflows/newversion.yml
@@ -10,12 +10,12 @@ jobs:
10
name: treehouses/cli
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
17
18
- node-version: 10
+ node-version: 20
19
registry-url: https://registry.npmjs.org/
20
- name: build
21
run: |
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.26.17",
+ "version": "1.26.18",
4
"remote": "6000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
0 commit comments