Skip to content

Commit

Permalink
build: support Node.js 21.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 17, 2024
1 parent 54ecfb7 commit 9c1daf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
node-version: "19.7"

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:
- nodejs_version: "17.9"
- nodejs_version: "18.15"
- nodejs_version: "19.7"
- nodejs_version: "21.6.1"
- nodejs_version: "21.6.2"
cache:
- node_modules
install:
Expand Down

0 comments on commit 9c1daf5

Please sign in to comment.