Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit136de9a

Browse files
authored
Fixcreate error (#284)
* Replace chalk with pintor* Copy markdown via shell instead of Node.js script
1 parent8764d82 commit136de9a

File tree

18 files changed

+819
-844
lines changed

18 files changed

+819
-844
lines changed

‎.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
node-version:
66
description:'Node.js version to use'
77
required:true
8-
default:'22'
8+
default:'18'
99
install-command:
1010
description:'Command to install dependencies'
1111
required:false

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
-uses:./.github/actions/setup
2424
with:
25-
node-version:'22'
25+
node-version:'18'
2626

2727
-name:Compile package
2828
run:pnpm compile
@@ -42,7 +42,7 @@ jobs:
4242

4343
-uses:./.github/actions/setup
4444
with:
45-
node-version:'22'
45+
node-version:'18'
4646

4747
-name:Compile package
4848
run:pnpm compile

‎.github/workflows/command-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os:[ubuntu-22.04, windows-latest]
23-
node-version:[22]
23+
node-version:[18]
2424
steps:
2525
-uses:actions/checkout@v4
2626

‎.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
-uses:./.github/actions/setup
2525
with:
26-
node-version:'22'
26+
node-version:'18'
2727

2828
-name:Compile Extension.js
2929
run:pnpm compile

‎.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
-uses:./.github/actions/setup
2424
with:
25-
node-version:'22'
25+
node-version:'18'
2626

2727
-name:Build Preview
2828
run:|

‎.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
-uses:./.github/actions/setup
2424
with:
25-
node-version:'22'
25+
node-version:'18'
2626

2727
-name:Build and Deploy
2828
run:|

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
-uses:./.github/actions/setup
2424
with:
25-
node-version:'22'
25+
node-version:'18'
2626

2727
-name:Publish packages to npm
2828
id:changesets

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp