Skip to content

Commit

Permalink
Merge pull request #502 from ripe-tech/dva/upgrade_node_engine
Browse files Browse the repository at this point in the history
Upgrade node engine
  • Loading branch information
3rdvision authored Mar 22, 2023
2 parents 9a7493c + 8302652 commit d5e0e65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [12]
node-version: [14]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [12, 13, 14, 15, 16]
node-version: [14, 16, 18]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [12, 13, 14, 15, 16]
node-version: [14, 16, 18]
runs-on: self-hosted
steps:
- uses: joamag/cleanup-hosted@master
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
dist: bionic
language: node_js
node_js:
- "12"
- "13"
- "14"
- "15"
- "16"
- "17"
install:
- npm install
- npm install canvas --no-save
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

*
* Upgrade workflows's node engine version

### Fixed

Expand Down

1 comment on commit d5e0e65

@vercel
Copy link

@vercel vercel bot commented on d5e0e65 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ripe-sdk – ./

ripe-sdk-docs-csr.vercel.app
ripe-sdk-platforme.vercel.app
ripe-sdk-git-master-platforme.vercel.app

Please sign in to comment.