From dba23efe86919270393a82d631689c15ce7b029d Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Tue, 27 Feb 2024 00:25:35 -0600 Subject: [PATCH] Update npmpublish.yml --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index f1ca8d16..306436db 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.1.1 - uses: actions/setup-node@v4.0.2 with: - node-version: 12 + node-version: 16 - run: npm ci - run: npm test @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4.1.1 - uses: actions/setup-node@v4.0.2 with: - node-version: 12 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish