diff --git a/.github/workflows/ci-default.yml b/.github/workflows/ci-default.yml index 403fe91..a7b046a 100644 --- a/.github/workflows/ci-default.yml +++ b/.github/workflows/ci-default.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: "npm" @@ -42,7 +42,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - name: Setup OS ${{ matrix.os }} - Node ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index dd18fcd..8001708 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "16.x" registry-url: "https://registry.npmjs.org"