diff --git a/.github/workflows/check-on-pr.yml b/.github/workflows/check-on-pr.yml index 58ec9a3..a532844 100644 --- a/.github/workflows/check-on-pr.yml +++ b/.github/workflows/check-on-pr.yml @@ -18,7 +18,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Install Packages run: npm i @@ -40,7 +40,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Install Packages run: npm i @@ -67,7 +67,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Install packages run: npm i