diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fbbf29..3ee7215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.2 - name: Install Node.js - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.9.1 with: node-version: 18 cache: npm @@ -58,7 +58,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.2 - name: Install Node.js ${{ matrix.node }} - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.9.1 with: node-version: ${{ matrix.node }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 194b2ca..83e135b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.9.1 with: node-version: 18 cache: npm