From eb993cf030b1b5e19a593b00c742120ecd90bfed Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 28 Jan 2025 20:26:42 +0100 Subject: [PATCH] update node version to 22.13.1 --- .github/workflows/test-build.yml | 4 ++-- .github/workflows/test-lint.yml | 4 ++-- .nvmrc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 163edd9..36bd88f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - name: Setup Node 20 + - name: Setup Node 22.13.1 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3 with: - node-version: '20' + node-version: '22.13.1' - name: npm-install run: npm install diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index a253d0d..89004f6 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - - name: Setup Node 20 + - name: Setup Node 22.13.1 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3 with: - node-version: '20' + node-version: '22.13.1' - name: npm-install run: npm install diff --git a/.nvmrc b/.nvmrc index 6ed5da9..4377937 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.2.0 +v22.13.1 \ No newline at end of file