Skip to content

Commit

Permalink
Merge 9c1daf5 into 2a00da2
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 17, 2024
2 parents 2a00da2 + 9c1daf5 commit f17501f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x
- Node.js 21.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -112,6 +113,9 @@ jobs:
- name: Node.js 19.x
node-version: "19.7"

- name: Node.js 21.x
node-version: "21.6.2"

steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ environment:
- nodejs_version: "17.9"
- nodejs_version: "18.15"
- nodejs_version: "19.7"
- nodejs_version: "21.6.2"
cache:
- node_modules
install:
Expand Down

0 comments on commit f17501f

Please sign in to comment.