Skip to content

Commit

Permalink
ci: use exact versions of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed May 17, 2020
1 parent 2b3cfcb commit 702e67d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
default: ~/project
type: string
node-version:
default: '13'
default: '13.14.0'
type: string
setup:
default: []
Expand All @@ -34,13 +34,13 @@ workflows:
jobs:
- test:
name: test/node:10
node-version: '10'
node-version: '10.20.1'
- test:
name: test/node:12
node-version: '12'
node-version: '12.16.3'
- test:
name: test/node:13
node-version: '13'
node-version: '13.14.0'
- test:
name: test/node:14
node-version: '14'
node-version: '14.2.0'

0 comments on commit 702e67d

Please sign in to comment.