diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5cc385..9dbd5b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # is enabled, uncomment the next line. persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a18914d..ae126fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: .node-version cache: npm