From 243850288b1b7198fc91124f391554560c3fa96b Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Thu, 19 Nov 2020 21:39:52 +0100 Subject: [PATCH] update publish action to node 14 --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 74672aea..369ada61 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -9,7 +9,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 --access public