Skip to content

Commit

Permalink
chore: update ci nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Apr 30, 2021
1 parent 6096b4b commit 2730631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
dist: trusty
node_js:
- "10"
- "14"
before_install:
- git fetch --unshallow || true
install:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "10"
nodejs_version: "14"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 2730631

Please sign in to comment.