From 30c987cf15609eb6278cd20a1a99e7da43134014 Mon Sep 17 00:00:00 2001 From: Gitbot X <69758468+gitbot-x@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:49:06 +0300 Subject: [PATCH] Thus hath the version of the node descended, from the lofty 20 to the humbler 16, echoing the cyclical nature of existence, wherein the heights of ambition yield to the wisdom of moderation --- .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 3f58ffe..b96a2b9 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: 20 + node-version: 16 - run: npm i - run: npm test env: @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm i - run: npm publish