Skip to content

Commit

Permalink
build: Node.js@16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 28, 2021
1 parent df4fd3d commit 3b34543
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 @@ -56,7 +56,7 @@ jobs:
node-version: "14.18"

- name: Node.js 16.x
node-version: "16.9"
node-version: "16.10"

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 @@ -8,7 +8,7 @@ environment:
- nodejs_version: "10.24"
- nodejs_version: "12.22"
- nodejs_version: "14.18"
- nodejs_version: "16.9"
- nodejs_version: "16.10"
install:
# Install Node.js
- ps: >-
Expand Down

0 comments on commit 3b34543

Please sign in to comment.