Skip to content

Commit

Permalink
build: support Node.js 20.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 17, 2024
1 parent 6dc18f9 commit 69ad1ce
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 20.x
node-version: "20.11"
node-version: "20.11.1"
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: "20.11"
- nodejs_version: "20.11.1"
cache:
- node_modules
install:
Expand Down

0 comments on commit 69ad1ce

Please sign in to comment.