Skip to content

Commit

Permalink
Update npm version for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBaedin committed Nov 6, 2024
1 parent 441befb commit 43f488f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thpace",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "thpace.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,4 +50,4 @@
"stats.js": "^0.17.0",
"tslib": "^2.8.1"
}
}
}

0 comments on commit 43f488f

Please sign in to comment.