From 9c526a90a5144e3fdcd1e31cbfdcbf1615e72f52 Mon Sep 17 00:00:00 2001 From: Gitbot X <69758468+gitbot-x@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:51:58 +0300 Subject: [PATCH] Behold, the ascent to Node version twenty, a venture profound, from the realm of sixteen. Thus, in the ever-unfolding tapestry of code, doth progress march, each iteration a testament to the ceaseless quest for enlightenment. --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b96a2b9..3f58ffe 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm i - run: npm test env: @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm i - run: npm publish