Skip to content

Commit

Permalink
update node version to 16.x on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyao committed Apr 28, 2023
1 parent 99ffceb commit cd3bce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-shein-request-signer",
"version": "1.0.1",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cd3bce7

Please sign in to comment.