newspack-scripts 4.3.8 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newspack-scripts",
3
- "version": "4.3.8",
3
+ "version": "4.4.0",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "newspack-scripts": "./bin/newspack-scripts.js"
@@ -5,6 +5,7 @@ executor: default
5
5
 
6
6
  steps:
7
7
  - checkout_with_workspace
8
+ - set_node_version
8
9
  - run:
9
10
  name: Validate TypeScript
10
11
  command: npm run typescript:check
@@ -5,6 +5,7 @@ executor: default
5
5
 
6
6
  steps:
7
7
  - checkout_with_workspace
8
+ - set_node_version
8
9
  - run:
9
10
  name: Run Linter
10
11
  command: npm run lint
@@ -5,6 +5,7 @@ executor: default
5
5
 
6
6
  steps:
7
7
  - checkout_with_workspace
8
+ - set_node_version
8
9
  - run:
9
10
  name: Install rsync
10
11
  command: sudo apt-get update && sudo apt-get install rsync
@@ -5,6 +5,7 @@ executor: default
5
5
 
6
6
  steps:
7
7
  - checkout_with_workspace
8
+ - set_node_version
8
9
  - run:
9
10
  name: Run JS Tests
10
11
  command: npm run test