From ff9a1efbb0cabe70147b80c8609ddaeb4e5c9b6e Mon Sep 17 00:00:00 2001 From: Mike's Pub Date: Mon, 20 Dec 2021 11:30:34 +0100 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 860e180..3542fe4 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@v1 with: - node-version: 12 + node-version: 14 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: # - uses: actions/checkout@v2 # - uses: actions/setup-node@v1 # with: - # node-version: 12 + # node-version: 14 # registry-url: https://registry.npmjs.org/ # - run: npm ci # - run: npm publish @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://npm.pkg.github.com/ - run: npm ci - run: npm publish