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 26, 2024
1 parent b9fea12 commit 23b44b3
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
Expand Up @@ -118,7 +118,7 @@ jobs:
node-version: "20.11"

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -22,7 +22,7 @@ environment:
- nodejs_version: "18.19"
- nodejs_version: "19.9"
- nodejs_version: "20.11"
- nodejs_version: "21.6.1"
- nodejs_version: "21.6.2"
cache:
- node_modules
install:
Expand Down

0 comments on commit 23b44b3

Please sign in to comment.