Skip to content

Commit

Permalink
build: support Node.js 17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 28, 2022
1 parent 08c2d30 commit 1e1e4dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
- Node.js 14.x
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x

include:
- name: Node.js 0.6
Expand Down Expand Up @@ -127,6 +128,10 @@ jobs:
node-version: "16.13"
npm-rm: beautify-benchmark benchmark

- name: Node.js 17.x
node-version: "17.6"
npm-rm: beautify-benchmark benchmark

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1e1e4dd

Please sign in to comment.