diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65df53..707e673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c6c2e54..ced38ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" cache: "npm" diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 946e5ef..4625ccf 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" cache: "npm"