From 5159a4d47b56436bffa5aac157ca499c75fe8da4 Mon Sep 17 00:00:00 2001 From: Mitsuki Ogasahara Date: Sat, 11 Sep 2021 02:55:32 +0900 Subject: [PATCH] Fix CI for npm --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 2c0828a..6728755 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -11,7 +11,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2 with: - node-version: '12.x' + node-version: '14.x' registry-url: 'https://registry.npmjs.org' - run: yarn install - run: yarn publish