From 346181999f430d032f9472febb5c50add2c01323 Mon Sep 17 00:00:00 2001 From: Eric BREHAULT Date: Thu, 23 May 2024 10:05:27 +0200 Subject: [PATCH] update node --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56dff725..ba9a3bbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Test and build uses: actions/setup-node@v1 with: - node-version: 18.15 + node-version: 20.11 - run: npm install - run: npm run test env: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ca2761d..6407d7db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: setup Node uses: actions/setup-node@v1 with: - node-version: 18.15 + node-version: 20.11 - run: npm install - name: Github pages uses: sterlingwes/gh-pages-deploy-action@v1.1