From 31174217f0acce5451eddc70d260e6d79aa7065a Mon Sep 17 00:00:00 2001 From: Wojciech Rola Date: Thu, 1 Feb 2024 12:10:58 +0100 Subject: [PATCH] feat: update node 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 4a402a2..7161af3 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