Skip to content

Commit

Permalink
build: Node.js@17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 19, 2022
1 parent 3269f31 commit 2e029f9
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 @@ -105,7 +105,7 @@ jobs:
node-version: "16.14"

- name: Node.js 17.x
node-version: "17.5"
node-version: "17.7"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
- nodejs_version: "14.19"
- nodejs_version: "15.14"
- nodejs_version: "16.14"
- nodejs_version: "17.5"
- nodejs_version: "17.7"
cache:
- node_modules
install:
Expand Down

0 comments on commit 2e029f9

Please sign in to comment.