diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ff0df87..93180191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Node.js and NPM - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: npm @@ -42,7 +42,7 @@ jobs: with: token: ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run - name: Setup Node.js and NPM - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: npm @@ -77,7 +77,7 @@ jobs: # Setup - uses: actions/checkout@v3 - name: Setup Node.js and NPM - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: npm @@ -114,7 +114,7 @@ jobs: # Setup - uses: actions/checkout@v3 - name: Setup Node.js and NPM - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e350095e..19e84d12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Node.js and NPM - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: npm