diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cc61cf..1149a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 22.x - name: Install dependencies @@ -36,7 +36,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Install dependencies @@ -51,7 +51,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 22.x - name: Install dependencies @@ -69,7 +69,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 22.x - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f2b2ae..74ab146 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 22 registry-url: https://registry.npmjs.org/