screeps 4.2.19 โ†’ 4.2.21

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.
@@ -5,21 +5,28 @@ on:
5
5
  - '**'
6
6
  jobs:
7
7
  build:
8
- if: contains(github.event.head_commit.message, '๐Ÿ”–')
9
- runs-on: ubuntu-20.04
8
+ # if: contains(github.event.head_commit.message, '๐Ÿ”–')
9
+ runs-on: ubuntu-latest
10
10
  permissions:
11
11
  contents: read
12
12
  packages: write
13
13
  steps:
14
14
  - name: โคต๏ธ Checkout
15
- uses: actions/checkout@v3
15
+ uses: actions/checkout@v4
16
16
  - name: ๐Ÿ”จ Setup node (github registry)
17
- uses: actions/setup-node@v3
17
+ uses: actions/setup-node@v4
18
18
  with:
19
19
  node-version: '10.x'
20
20
  registry-url: 'https://registry.npmjs.org'
21
+ - name: ๐Ÿ”จ Setup Python
22
+ uses: actions/setup-python@v5
23
+ with:
24
+ python-version: "3.10"
21
25
  - name: ๐Ÿ‘ท Install
22
26
  run: npm ci
27
+ env:
28
+ npm_config_python: python3.10
29
+ CXXFLAGS: "-include stdexcept -include limits -include utility"
23
30
  - name: ๐Ÿ“ฆ๏ธ Publish package (npmjs)
24
31
  if: github.ref_name == 'master'
25
32
  run: npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screeps",
3
- "version": "4.2.19",
3
+ "version": "4.2.21",
4
4
  "description": "A standalone server for programming game Screeps",
5
5
  "main": "package.json",
6
6
  "bin": {
@@ -18,8 +18,8 @@
18
18
  "dependencies": {
19
19
  "@screeps/backend": "3.2.6",
20
20
  "@screeps/common": "2.15.5",
21
- "@screeps/driver": "5.2.5",
22
- "@screeps/engine": "4.2.22",
21
+ "@screeps/driver": "5.2.7",
22
+ "@screeps/engine": "4.2.23",
23
23
  "@screeps/launcher": "4.1.1",
24
24
  "@screeps/pathfinding": "0.4.17",
25
25
  "@screeps/storage": "5.1.2",