From e92f9d2c800e4e35727d0c09953c61c20aacde1f Mon Sep 17 00:00:00 2001 From: kaifei Hu Date: Tue, 6 Jul 2021 18:54:58 +0800 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7becd011..6bdfb8c4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm publish env: