There was an error while loading. Please reload this page.
2 parents fdecbec + b9ab11f commit 3e7420fCopy full SHA for 3e7420f
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
fetch-depth: 0
18
- name: Setup Nodejs
19
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
20
21
node-version-file: '.nvmrc'
22
- name: Install dependencies
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
23
24
25
0 commit comments