diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20defa4..f7b9327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '22' - name: Install NPM Packages @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '22' - name: Install NPM Packages @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '22' - name: Install NPM Packages diff --git a/.github/workflows/stage-release.yml b/.github/workflows/stage-release.yml index 13762be..64784c7 100644 --- a/.github/workflows/stage-release.yml +++ b/.github/workflows/stage-release.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22