|
|
|
@ -15,7 +15,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
strategy: |
|
|
|
|
matrix: |
|
|
|
|
node-version: [14.x, 16.x] |
|
|
|
|
node-version: [16.x, 18.x] |
|
|
|
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
@ -28,4 +28,4 @@ jobs:
|
|
|
|
|
- run: mkdir bin && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18/fift -P ./bin && chmod +x ./bin/fift && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18/func -P ./bin && chmod +x ./bin/func && wget https://github.com/ton-defi-org/ton-binaries/releases/download/fiftlib/fiftlib.zip -P ./bin && unzip ./bin/fiftlib.zip -d ./bin/fiftlib |
|
|
|
|
- run: npm ci |
|
|
|
|
- run: npm run build |
|
|
|
|
- run: npm test |
|
|
|
|
- run: npm test |
|
|
|
|