From 43f488fe131a48028470b53cdd29f0c2d610b7fe Mon Sep 17 00:00:00 2001 From: Braedin Date: Wed, 6 Nov 2024 10:28:45 -0600 Subject: [PATCH] Update npm version for ci/cd --- .github/workflows/PR.yml | 4 ++-- .github/workflows/Push.yml | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index a6d37f2..464e96c 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -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 diff --git a/.github/workflows/Push.yml b/.github/workflows/Push.yml index b9f2f7c..6e6c315 100644 --- a/.github/workflows/Push.yml +++ b/.github/workflows/Push.yml @@ -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 diff --git a/package.json b/package.json index e155f74..3a2bc4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thpace", - "version": "2.0.2", + "version": "2.0.3", "description": "", "main": "thpace.js", "types": "lib/index.d.ts", @@ -50,4 +50,4 @@ "stats.js": "^0.17.0", "tslib": "^2.8.1" } -} +} \ No newline at end of file