Skip to content

Commit

Permalink
Bump Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Aug 14, 2021
1 parent f1743c0 commit 54f203f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commands:
default: []
yarn:
type: string
default: '^1.22.5'
default: '^1.22.11'
steps:
- run:
name: Upgrade yarn for current user
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
test-node10:
executor:
name: node
version: '10.24.0'
version: '10.24.1'
steps:
- test

Expand All @@ -102,7 +102,7 @@ jobs:
test-node14:
executor:
name: node
version: '14.17.3' # Specify LTS version for development
version: '14.17.5' # Specify LTS version for development
steps:
- test

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.3
14.17.5

0 comments on commit 54f203f

Please sign in to comment.