Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 committed Nov 14, 2023
2 parents 08ba625 + cfa5b92 commit faad8d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --scope=@topmarksdevelopment --access public
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@topmarksdevelopment/position",
"description": "A compact tool to help position an element against another. Similar to JQuery `.position()`",
"author": "TopMarksDevelopment",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit faad8d2

Please sign in to comment.