-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies and actions
- Loading branch information
1 parent
d27f31a
commit 922cad9
Showing
4 changed files
with
17 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Setup | |
|
||
runs: | ||
using: composite | ||
steps: | ||
steps: | ||
- name: Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -18,3 +18,4 @@ runs: | |
- name: Install dependencies | ||
run: npm ci | ||
shell: bash | ||
if: steps.cache.outputs.cache-hit != 'true' |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
@@ -32,8 +32,8 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
||
|
@@ -50,16 +50,16 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
||
- name: Run Coverage | ||
run: npm run coverage | ||
|
||
- name: Post to Codecov | ||
uses: codecov/codecov-action@v4.3.1 | ||
uses: codecov/codecov-action@v4.5.0 | ||
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
|
@@ -70,7 +70,7 @@ jobs: | |
FORCE_COLOR: 1 | ||
steps: | ||
- name: Setup Code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Setup Environment | ||
uses: ./.github/actions/setup | ||
|
@@ -86,7 +86,9 @@ jobs: | |
env: | ||
FORCE_COLOR: 1 | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Setup Code | ||
uses: actions/[email protected] | ||
|
||
- name: Run CodeSpell | ||
uses: codespell-project/[email protected] | ||
with: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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