From cd3bce70d1959b0a524b0664a8f537d833e2fd30 Mon Sep 17 00:00:00 2001 From: yangyao Date: Fri, 28 Apr 2023 16:57:43 +0800 Subject: [PATCH] update node version to 16.x on github action --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index eb97af8..8c00fd1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - name: Install dependencies run: npm install - name: Build package diff --git a/package.json b/package.json index ee3b353..3dd40a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insomnia-plugin-shein-request-signer", - "version": "1.0.1", + "version": "1.0.3", "description": "", "main": "index.js", "scripts": {