Skip to content

Commit

Permalink
Merge pull request #46 from iambumblehead/add-more-node-versions-to-t…
Browse files Browse the repository at this point in the history
…est-ci

add node runtimes for different versions of node
  • Loading branch information
iambumblehead authored Jul 29, 2022
2 parents b91cc35 + 495d5f3 commit 7941912
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: nodejs-ci
name: tests

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [12.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 6.1.0 - 2022-07-29

* [improve package.json import export][610] re TypeScript 4.7 NodeNext, credit @scott-lc

[610]: https://github.com/iambumblehead/form-urlencoded/pull/45


## 6.0.7 - 2022-07-23

* use prepublishOnly rather than prepare
Expand All @@ -8,7 +15,7 @@

* update typescript definition

## 6.0.5 - 2021-10-20w
## 6.0.5 - 2021-10-20

* version bump
* remove `package-lock.json`, no depedencies so make bot and install warnings go away
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": "./form-urlencoded.js",
"import": "./form-urlencoded.mjs"
},
"version": "6.0.7",
"version": "6.1.0",
"description": "Return an object as an 'x-www-form-urlencoded' string",
"author": "Chris <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 7941912

Please sign in to comment.