Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Commit 71c6a6f

Browse files
chore(deps): update actions/setup-node action to v7
1 parent 2fb1980 commit 71c6a6f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node.js
35-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
35+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3636
with:
3737
node-version-file: '.nvmrc'
3838
cache: npm

.github/workflows/verify-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1313
- name: Setup Node.js
14-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
14+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1515
with:
1616
node-version-file: '.nvmrc'
1717
cache: npm
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2929
- name: Setup Node.js
30-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
30+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3131
with:
3232
node-version-file: '.nvmrc'
3333
cache: npm

0 commit comments

Comments
 (0)