From ce4fcab19cc264933b3e4524d9d1b3d7d28f8c89 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 30 Oct 2025 20:40:04 +0100 Subject: [PATCH] set used node.js version to latest v22 version --- .github/workflows/test-build.yml | 4 ++-- .github/workflows/test-lint.yml | 4 ++-- .github/workflows/vuepress-deploy.yml | 4 ++-- .nvmrc | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 519fe9e..ecdc09f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout code uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7 - - name: Setup Node 20 + - name: Setup Node uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.3 with: - node-version: '20' + node-version-file: '.nvmrc' - name: npm-install run: npm install diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 1514fe0..a8feb02 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout code uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7 - - name: Setup Node 20 + - name: Setup Node uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.3 with: - node-version: '20' + node-version-file: '.nvmrc' - name: npm-install run: npm install diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index c2a62fd..bc1a8a7 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7 - - name: Setup Node 20 + - name: Setup Node uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.3 with: - node-version: 20 + node-version-file: '.nvmrc' - name: Build Vuepress Pages run: npm install && npm run build diff --git a/.nvmrc b/.nvmrc index 1df6fd4..bb8c76c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.5.0 +v22.11.0