Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-node from 3.7.0 to 4.0.2 #304

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9ddbdd4
fix: package.json to reduce vulnerabilities
snyk-bot Oct 4, 2021
0d26958
fix: package.json to reduce vulnerabilities
snyk-bot Jan 17, 2022
a004c3d
meta: bump the storybook group with 4 updates
dependabot[bot] Jul 18, 2023
827795e
meta: bump the testing-library group with 2 updates
dependabot[bot] Jul 18, 2023
b0b15e9
meta: bump the next-js group with 2 updates
dependabot[bot] Jul 18, 2023
906cc09
Merge branch 'master' into snyk-fix-4323eeb306a1585c618f5c463ab28483
hixio-mh Jul 18, 2023
b2bf222
Merge pull request #133 from FFhix10/snyk-fix-4323eeb306a1585c618f5c4…
hixio-mh Jul 18, 2023
9ec9a5b
Merge branch 'master' into dependabot/npm_and_yarn/testing-library-83…
hixio-mh Jul 18, 2023
d9acfcd
Merge pull request #292 from FFhix10/dependabot/npm_and_yarn/testing-…
hixio-mh Jul 18, 2023
aebdf5d
Merge branch 'master' into snyk-fix-b79dd9ec71723ce4eff015a751ed9128
hixio-mh Jul 18, 2023
41dccd0
Merge pull request #187 from FFhix10/snyk-fix-b79dd9ec71723ce4eff015a…
hixio-mh Jul 18, 2023
95e03ba
Merge branch 'master' into dependabot/npm_and_yarn/storybook-54701aaee0
hixio-mh Jul 18, 2023
019087d
Merge pull request #291 from FFhix10/dependabot/npm_and_yarn/storyboo…
hixio-mh Jul 18, 2023
4b9d807
Merge branch 'master' into dependabot/npm_and_yarn/next-js-8fa9aa3d1e
hixio-mh Jul 18, 2023
7b3e867
Merge pull request #293 from FFhix10/dependabot/npm_and_yarn/next-js-…
hixio-mh Jul 18, 2023
d9af653
chore(deps): bump actions/setup-node from 3.7.0 to 4.0.2
dependabot[bot] Apr 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache-

- name: Set up Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-

- name: Set up Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
cache-

- name: Set up Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
Loading
Loading