Skip to content

Commit

Permalink
build: Node.js@19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 24, 2023
1 parent 8d8bfaa commit 02d1c39
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 @@ -110,7 +110,7 @@ jobs:
node-version: "18.17"

- name: Node.js 19.x
node-version: "19.7"
node-version: "19.9"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,7 @@ environment:
- nodejs_version: "16.20"
- nodejs_version: "17.9"
- nodejs_version: "18.17"
- nodejs_version: "19.7"
- nodejs_version: "19.9"
cache:
- node_modules
install:
Expand Down

0 comments on commit 02d1c39

Please sign in to comment.