From 896f34f58842bd96fe7f68d0fdd1dd6740530c50 Mon Sep 17 00:00:00 2001 From: Minh Cung Date: Fri, 17 Nov 2023 12:46:45 +1100 Subject: [PATCH] Update npm-publish.yml --- .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 770b092..2006503 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: 'yarn' - run: yarn install --frozen-lockfile - run: yarn test @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: 'yarn' registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile