diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b8fccf12..94592f919 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 24b3a89a5..e684b6c06 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Setup Environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: 'npm'