From 7ba0a43f76425ea3666bb6158b7ef1fa39149104 Mon Sep 17 00:00:00 2001 From: Anass Bouassaba Date: Mon, 4 Nov 2024 23:15:09 +0100 Subject: [PATCH] ci: use node 22 --- .github/workflows/check-on-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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