Skip to content

Commit

Permalink
build: Node.js@14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 4, 2022
1 parent 9cbbc8a commit 1c7bbcc
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 @@ -88,7 +88,7 @@ jobs:
node-version: "13.14"

- name: Node.js 14.x
node-version: "14.18"
node-version: "14.19"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -15,7 +15,7 @@ environment:
- nodejs_version: "11.15"
- nodejs_version: "12.22"
- nodejs_version: "13.14"
- nodejs_version: "14.18"
- nodejs_version: "14.19"
cache:
- node_modules
install:
Expand Down

0 comments on commit 1c7bbcc

Please sign in to comment.