Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 25, 2024
1 parent 3c7d5ae commit 5bab41f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
with:
version: latest
version: 8.15.8
run_install: false
- name: Install packages
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/tushan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tushan",
"version": "0.3.9",
"version": "0.3.10",
"description": "",
"main": "./index.ts",
"scripts": {
Expand Down

0 comments on commit 5bab41f

Please sign in to comment.