Skip to content

Commit

Permalink
Rename Node CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Feb 7, 2023
1 parent 1ac49cf commit b18a80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deno CI
name: Node.js CI

on:
push:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
deno-version: ["v1.x"]
node-version: [14.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x]

steps:
- name: Git Checkout Deno Module
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Unofficial ENTSO-e transparency platform API Client for Deno and Node. Complete.
[![Deno CI](https://github.com/Hexagon/entsoe-api-client/actions/workflows/deno.yml/badge.svg)](https://github.com/Hexagon/entsoe-api-client/actions/workflows/deno.yml)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Hexagon/entsoe-api-client/blob/master/LICENSE)

* Works in Deno >=1.16
* Works in Node >=14
* Works in Deno >=1.26
* Works in Node >=16
* Native [TypeScript](https://www.typescriptlang.org/) typings
* Support most aspects of Entso-e transparency platform REST API
* Unzips and parses zip-file endpoints (e.g. outage documents) transparently
Expand Down

0 comments on commit b18a80b

Please sign in to comment.