From 99e7492807cc1700533feb3ec43a54789aa2edde Mon Sep 17 00:00:00 2001 From: Wojciech Rola Date: Wed, 27 Sep 2023 10:37:43 +0200 Subject: [PATCH] feat: bump version in github actions --- .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 ba05a34..4a402a2 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: 12 + node-version: 18 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 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 3f02e5c..554c689 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: 12 + node-version: 18 - run: npm ci - run: npm test