Skip to content

Commit

Permalink
ci: Update node version in CI, remove type=module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Dec 12, 2020
1 parent 6631eab commit 26010c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sauce-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 26010c0

Please sign in to comment.