diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fbaa5d..13629c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: submodules: true - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: npm node-version-file: .nvmrc diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index abe5ec4..5e14b96 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: npm node-version-file: .nvmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80cc8df..922a1e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: submodules: true - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .nvmrc registry-url: 'https://registry.npmjs.org'