diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f032f97..9132036 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index e40411b..144d70e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@topmarksdevelopment/position", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@topmarksdevelopment/position", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@rollup/plugin-terser": "^0.4.3", diff --git a/package.json b/package.json index e866f3c..6cd4b8d 100644 --- a/package.json +++ b/package.json @@ -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": { ".": {