-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the gha group in /.github/workflows with 2 updates (#…
- Loading branch information
1 parent
0bad4d2
commit fd8a633
Showing
3 changed files
with
3 additions
and
4 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].5 | ||
- name: Get Node version from Node manifest | ||
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV | ||
- name: Setup Node | ||
|
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 |
---|---|---|
|
@@ -8,12 +8,12 @@ jobs: | |
npm: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 21 | ||
|
||
- run: npm ci | ||
- uses: JS-DevTools/[email protected].0 | ||
- uses: JS-DevTools/[email protected].1 | ||
with: | ||
token: ${{ secrets.NPM_TOKEN }} |
This file was deleted.
Oops, something went wrong.