Skip to content

Commit 0c98ba2

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/semantic-release-32379a524e
2 parents e1b1146 + 32a8fb1 commit 0c98ba2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up node
16-
uses: actions/setup-node@v6.1.0
16+
uses: actions/setup-node@v6.2.0
1717
with:
1818
node-version-file: .nvmrc
1919
cache: npm
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v6.0.2
3737
- name: Set up node
38-
uses: actions/setup-node@v6.1.0
38+
uses: actions/setup-node@v6.2.0
3939
with:
4040
node-version-file: .nvmrc
4141
cache: npm
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v6.0.2
5959
- name: Set up node
60-
uses: actions/setup-node@v6.1.0
60+
uses: actions/setup-node@v6.2.0
6161
with:
6262
node-version-file: .nvmrc
6363
cache: npm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Set up node
29-
uses: actions/setup-node@v6.1.0
29+
uses: actions/setup-node@v6.2.0
3030
with:
3131
node-version-file: .nvmrc
3232
cache: npm

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)