Skip to content

Commit

Permalink
Merge pull request #698 from terrestris/dep-updates-and-other-chore
Browse files Browse the repository at this point in the history
Dependency updates and other chore
  • Loading branch information
marcjansen committed Aug 10, 2022
2 parents f263a9e + a618ede commit 65aa5c4
Show file tree
Hide file tree
Showing 6 changed files with 11,276 additions and 1,959 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"opentype": false,
"shpwrite": false,
"Uint8Array": false,
"URL": false,
"FileReader": false,
"jsts": false
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [16.x, 18.x]

steps:
- name: Checkout sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Cache Node.js modules 💾
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Cache Node.js modules 💾
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit 65aa5c4

Please sign in to comment.