From d2c1d3d2398849ec1df40551a454835f37646a62 Mon Sep 17 00:00:00 2001 From: BCsabaEngine Date: Sat, 17 Aug 2024 13:22:19 +0200 Subject: [PATCH] fix: pipeline node version --- .github/workflows/ci-dev.yaml | 2 +- .github/workflows/ci-full.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 1084211..2e251a1 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.13.1' + node-version: '20.16.0' - run: npm ci - run: npm run format:check diff --git a/.github/workflows/ci-full.yaml b/.github/workflows/ci-full.yaml index a3c33dc..2fca222 100644 --- a/.github/workflows/ci-full.yaml +++ b/.github/workflows/ci-full.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.13.1' + node-version: '20.16.0' - run: npm ci - run: npm run format:check @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.13.1' + node-version: '20.16.0' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run build