ソースを参照

run actions on even versions of nodejs up to v20

pull/837/head
Luke Blaney 2年前
コミット
3065c9b064
2個のファイルの変更3行の追加3行の削除
  1. +2
    -2
      .github/workflows/usage.yml
  2. +1
    -1
      .github/workflows/verify.yml

+ 2
- 2
.github/workflows/usage.yml ファイルの表示

@@ -53,7 +53,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]

needs: package
steps:
@@ -80,7 +80,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x]

needs: package
steps:


+ 1
- 1
.github/workflows/verify.yml ファイルの表示

@@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v4


読み込み中…
キャンセル
保存