From 5cf0af7dc1b070e3fc9f9cb0365d65d80a898d09 Mon Sep 17 00:00:00 2001 From: Wojciech Rola Date: Wed, 31 Jan 2024 14:28:20 +0100 Subject: [PATCH 1/2] feat: update node --- .nvmrc | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 67a228a..43bff1f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.0 \ No newline at end of file +20.9.0 \ No newline at end of file diff --git a/.tool-versions b/.tool-versions index 9f0ea12..0f5ee4b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.18.0 \ No newline at end of file +nodejs 20.9.0 \ No newline at end of file From 0942cca8ff417410bd0fc944f7124d641e338b03 Mon Sep 17 00:00:00 2001 From: Wojciech Rola Date: Thu, 1 Feb 2024 15:52:46 +0100 Subject: [PATCH 2/2] feat: update node version in github action --- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/test-main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3b719fe..1c4b1e8 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish diff --git a/.github/workflows/test-main.yml b/.github/workflows/test-main.yml index 554c689..aaa9669 100644 --- a/.github/workflows/test-main.yml +++ b/.github/workflows/test-main.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - run: npm ci - run: npm test