Skip to content

Commit faad8d2

Browse files
committed
2 parents 08ba625 + cfa5b92 commit faad8d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '16.x'
13+
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
1616
- run: npm publish --scope=@topmarksdevelopment --access public

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@topmarksdevelopment/position",
33
"description": "A compact tool to help position an element against another. Similar to JQuery `.position()`",
44
"author": "TopMarksDevelopment",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "MIT",
77
"exports": {
88
".": {

0 commit comments

Comments
 (0)