Skip to content

Commit

Permalink
Merge pull request #688 from ain/feature/nodejs-21-support
Browse files Browse the repository at this point in the history
Add support for Node.js v21
  • Loading branch information
ain authored Oct 29, 2023
2 parents 6725f15 + e16a24c commit b0c55d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
name: Node.js CI

on:
push:
tags:
- v*.*
branches:
- main
paths-ignore:
- '**.md'
- '**.png'
- '**.svg'
pull_request_target:
branches:
- main
on: [push, pull_request]

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [17, 18, 19, 20]
node: [17, 18, 19, 20, 21]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"watchify": "^4.0.0"
},
"engines": {
"node": ">=10.24.1 <21.0.0"
"node": ">=10.24.1 <22.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b0c55d8

Please sign in to comment.