diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 134595ae..715bf481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-18.04] - target: [13.x] + os: [macos-latest, ubuntu-latest] + target: [14.x] timeout-minutes: 120 steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ed1a4fd..a248d624 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,8 +14,8 @@ jobs: timeout-minutes: 120 strategy: matrix: - os: [ubuntu-18.04] - target: [13.x] + os: [ubuntu-latest] + target: [14.x] steps: - name: Checkout diff --git a/.github/workflows/sauce-labs.yml b/.github/workflows/sauce-labs.yml index 5b61122e..9ad6e8b6 100644 --- a/.github/workflows/sauce-labs.yml +++ b/.github/workflows/sauce-labs.yml @@ -22,8 +22,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04] - target: [13.x] + os: [ubuntu-latest] + target: [14.x] timeout-minutes: 120 steps: diff --git a/package.json b/package.json index 09935516..a717b2f8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "email": "wes.ngrongsen@gmail.com", "url": "https://github.com/motss" }, - "type": "module", "exports": { ".": "./dist/app-datepicker.js", "./helpers/*": "./dist/helpers/*.js",