-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Bump @babel/register from 7.22.5 to 7.22.15 (#19) * Bump actions/checkout from 3 to 4 (#18) * Update deps * Update eslint [MRA-643] * Update dependabot [MRA-641] * 3.0.2-alpha.1
- Loading branch information
Showing
4 changed files
with
1,124 additions
and
4,943 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: mikaelvesavuori/[email protected] | ||
with: | ||
exclude_pattern: /^@natlibfi/ | ||
|
@@ -46,7 +46,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: nodejsscan scan | ||
id: njsscan | ||
uses: ajinabraham/njsscan-action@master | ||
|
@@ -59,7 +59,7 @@ jobs: | |
if: contains(github.ref, 'refs/tags/') | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
# Setup .npmrc file to publish to npm | ||
- uses: actions/setup-node@v3 | ||
with: | ||
|
Oops, something went wrong.