From ebba10b6b7d498b89f6ff7375be43a3dae0a96b1 Mon Sep 17 00:00:00 2001 From: Ioan G Date: Tue, 9 Apr 2024 16:22:32 +0100 Subject: [PATCH] Update deployment node version (#53) * Update dependencies * Update dependencies * Update lock file * Update CI/CD node version * Update npm CI * Update version for deployment --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5a75431..63f6cde 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci --force - run: npm run build