-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b7ec54
commit 9c4d3c4
Showing
45 changed files
with
500 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,17 +18,17 @@ jobs: | |
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: 20.x | ||
check-latest: contains('20.x', '.x') | ||
node-version: 22.x | ||
check-latest: contains('22.x', '.x') | ||
cache: npm | ||
- name: Check Git Status | ||
run: node scripts/git-dirty.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,17 @@ jobs: | |
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: 20.x | ||
check-latest: contains('20.x', '.x') | ||
node-version: 22.x | ||
check-latest: contains('22.x', '.x') | ||
cache: npm | ||
- name: Install Latest npm | ||
uses: ./.github/actions/install-latest-npm | ||
|
@@ -65,6 +65,9 @@ jobs: | |
- name: macOS | ||
os: macos-latest | ||
shell: bash | ||
- name: macOS | ||
os: macos-13 | ||
shell: bash | ||
- name: Windows | ||
os: windows-latest | ||
shell: cmd | ||
|
@@ -74,19 +77,33 @@ jobs: | |
- 18.0.0 | ||
- 18.x | ||
- 20.x | ||
- 22.x | ||
exclude: | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.14.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.0.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 20.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 22.x | ||
runs-on: ${{ matrix.platform.os }} | ||
defaults: | ||
run: | ||
shell: ${{ matrix.platform.shell }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,17 @@ jobs: | |
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: 20.x | ||
check-latest: contains('20.x', '.x') | ||
node-version: 22.x | ||
check-latest: contains('22.x', '.x') | ||
cache: npm | ||
- name: Install Latest npm | ||
uses: ./.github/actions/install-latest-npm | ||
|
@@ -65,6 +65,9 @@ jobs: | |
- name: macOS | ||
os: macos-latest | ||
shell: bash | ||
- name: macOS | ||
os: macos-13 | ||
shell: bash | ||
- name: Windows | ||
os: windows-latest | ||
shell: cmd | ||
|
@@ -74,19 +77,33 @@ jobs: | |
- 18.0.0 | ||
- 18.x | ||
- 20.x | ||
- 22.x | ||
exclude: | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.14.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.0.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 20.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 22.x | ||
runs-on: ${{ matrix.platform.os }} | ||
defaults: | ||
run: | ||
shell: ${{ matrix.platform.shell }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,17 @@ jobs: | |
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: 20.x | ||
check-latest: contains('20.x', '.x') | ||
node-version: 22.x | ||
check-latest: contains('22.x', '.x') | ||
cache: npm | ||
- name: Install Latest npm | ||
uses: ./.github/actions/install-latest-npm | ||
|
@@ -65,6 +65,9 @@ jobs: | |
- name: macOS | ||
os: macos-latest | ||
shell: bash | ||
- name: macOS | ||
os: macos-13 | ||
shell: bash | ||
- name: Windows | ||
os: windows-latest | ||
shell: cmd | ||
|
@@ -74,19 +77,33 @@ jobs: | |
- 18.0.0 | ||
- 18.x | ||
- 20.x | ||
- 22.x | ||
exclude: | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.14.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.0.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 20.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 22.x | ||
runs-on: ${{ matrix.platform.os }} | ||
defaults: | ||
run: | ||
shell: ${{ matrix.platform.shell }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,17 @@ jobs: | |
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: 20.x | ||
check-latest: contains('20.x', '.x') | ||
node-version: 22.x | ||
check-latest: contains('22.x', '.x') | ||
cache: npm | ||
- name: Install Latest npm | ||
uses: ./.github/actions/install-latest-npm | ||
|
@@ -65,6 +65,9 @@ jobs: | |
- name: macOS | ||
os: macos-latest | ||
shell: bash | ||
- name: macOS | ||
os: macos-13 | ||
shell: bash | ||
- name: Windows | ||
os: windows-latest | ||
shell: cmd | ||
|
@@ -74,19 +77,33 @@ jobs: | |
- 18.0.0 | ||
- 18.x | ||
- 20.x | ||
- 22.x | ||
exclude: | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.14.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.0.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 20.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 22.x | ||
runs-on: ${{ matrix.platform.os }} | ||
defaults: | ||
run: | ||
shell: ${{ matrix.platform.shell }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,17 @@ jobs: | |
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: 20.x | ||
check-latest: contains('20.x', '.x') | ||
node-version: 22.x | ||
check-latest: contains('22.x', '.x') | ||
cache: npm | ||
- name: Install Latest npm | ||
uses: ./.github/actions/install-latest-npm | ||
|
@@ -65,6 +65,9 @@ jobs: | |
- name: macOS | ||
os: macos-latest | ||
shell: bash | ||
- name: macOS | ||
os: macos-13 | ||
shell: bash | ||
- name: Windows | ||
os: windows-latest | ||
shell: cmd | ||
|
@@ -74,19 +77,33 @@ jobs: | |
- 18.0.0 | ||
- 18.x | ||
- 20.x | ||
- 22.x | ||
exclude: | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.14.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 16.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.0.0 | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 18.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 20.x | ||
- platform: { name: macOS, os: macos-13, shell: bash } | ||
node-version: 22.x | ||
runs-on: ${{ matrix.platform.os }} | ||
defaults: | ||
run: | ||
shell: ${{ matrix.platform.shell }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Git User | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "npm CLI robot" | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
id: node | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
Oops, something went wrong.