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

Commite648e1d

Browse files
committed
[actions] split out node 10-20, and 20+
1 parenta7c11a5 commite648e1d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

‎.github/workflows/node-tens.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name:'Tests: node.js>= 10'
1+
name:'Tests: node.js10 - 20'
22

33
on:[pull_request, push]
44

@@ -9,6 +9,6 @@ jobs:
99
tests:
1010
uses:ljharb/actions/.github/workflows/node.yml@main
1111
with:
12-
range:'>= 10'
12+
range:'>= 10 < 20'
1313
type:minors
1414
command:npm run tests-only
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name:'Tests: node.js >= 20'
2+
3+
on:[pull_request, push]
4+
5+
permissions:
6+
contents:read
7+
8+
jobs:
9+
tests:
10+
uses:ljharb/actions/.github/workflows/node.yml@main
11+
with:
12+
range:'>= 20'
13+
type:minors
14+
command:npm run tests-only

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp