Skip to content

Commit

Permalink
build: Node.js@16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 17, 2021
1 parent 9771a6f commit 1ef46ee
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.10"
node-version: "16.13"

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

0 comments on commit 1ef46ee

Please sign in to comment.