Skip to content

Commit

Permalink
build: support Node.js 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 29, 2022
1 parent 27655ce commit bd8cd5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x
- Node.js 18.x

include:
- name: Node.js 0.6
Expand Down Expand Up @@ -113,6 +114,9 @@ jobs:
- name: Node.js 17.x
node-version: "17.7"

- name: Node.js 18.x
node-version: "18.12"

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit bd8cd5a

Please sign in to comment.