Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
steveswork committed May 8, 2024
2 parents eac0d12 + 7be4492 commit 31aa29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [ 15.x, 20.x ]
node-version: [ 20.x ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"test:watch": "jest --updateSnapshot --watchAll"
},
"types": "dist/index.d.ts",
"version": "0.0.2-rc.3"
"version": "1.0.0"
}

0 comments on commit 31aa29c

Please sign in to comment.