Skip to content

Commit fbf5793

Browse files
authored
updated: merge update (#258)
1 parent 2773457 commit fbf5793

File tree

6 files changed

+5611
-17216
lines changed

6 files changed

+5611
-17216
lines changed

.github/workflows/autoupdate.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
# Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
66
push:
77
branches:
8-
- master
9-
- release/release-*
8+
- main
109
jobs:
1110
autoupdate:
1211
name: autoupdate

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
10+
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
1111

1212
steps:
1313
- uses: actions/checkout@v2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ npm install -g @codingtools/cdt
4040
$ cdt COMMAND
4141
running command...
4242
$ cdt (-v|--version|version)
43-
@codingtools/cdt/1.0.6 darwin-arm64 node-v15.8.0
43+
@codingtools/cdt/1.0.6 darwin-arm64 node-v19.5.0
4444
$ cdt --help [COMMAND]
4545
USAGE
4646
$ cdt COMMAND

0 commit comments

Comments
 (0)