Skip to content

Commit 1cc8ba0

Browse files
npalmJeroenKnoops
authored andcommitted
update node version for ci
1 parent bb4b5b4 commit 1cc8ba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22
node_js:
3-
- '10'
3+
- "14"
44

55
before_script:
6-
- npm install -g gatsby-cli
6+
- npm install -g gatsby-cli
77
script:
8-
- npm run build
8+
- npm run build
99
deploy:
1010
provider: pages
1111
skip-cleanup: true

0 commit comments

Comments
 (0)