@robotical/martyblocks 1.4.39 → 1.4.40

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.
@@ -25,9 +25,8 @@ jobs:
25
25
 
26
26
  steps:
27
27
 
28
- - uses: actions/checkout@v2
28
+ - uses: actions/checkout@v3
29
29
  with:
30
- node-version: 16.15.0
31
30
  ref: master
32
31
  path: .
33
32
 
@@ -36,7 +35,7 @@ jobs:
36
35
  python-version: '2.7.18'
37
36
 
38
37
  - name: Use Node.js 16.15.0
39
- uses: actions/setup-node@v2
38
+ uses: actions/setup-node@v3
40
39
  with:
41
40
  node-version: 16.15.0
42
41
 
@@ -120,7 +119,7 @@ jobs:
120
119
  # cp -r ${{ env.gui_original }}/build/* ${{ env.MBHome }}/dist
121
120
 
122
121
  # Setup .npmrc file to publish to npm
123
- - uses: actions/setup-node@v2
122
+ - uses: actions/setup-node@v3
124
123
  with:
125
124
  node-version: 16.15.0
126
125
  registry-url: "https://registry.npmjs.org"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocks",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "description": "MartyBlocks based on Scratch for Marty the Robot by Robotical",
5
5
  "main": "README.md",
6
6
  "scripts": {