Skip to content

Commit

Permalink
Update Node CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Feb 7, 2023
1 parent c954e90 commit fa3447e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
deno-version: ["v1.x"]
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 19.x]

steps:
- name: Git Checkout Deno Module
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Unofficial ENTSO-e transparency platform API Client for Deno and Node. Complete.
[![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.26
* Works in Node >=16
* Works in Node >=18
* 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
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ await build({
entryPoints: ["./mod.ts"],
outDir: "./npm",
shims: {
deno: true,
deno: "dev",
undici: true // Undici is for fetch support in old node versions
},
package: {
Expand Down

0 comments on commit fa3447e

Please sign in to comment.