Skip to content

Bump @types/geojson from 7946.0.10 to 7946.0.15 #741

Bump @types/geojson from 7946.0.10 to 7946.0.15

Bump @types/geojson from 7946.0.10 to 7946.0.15 #741

name: Integration Test - Symbol Shaping
on:
push:
branches: [main]
pull_request:
jobs:
test_symbol_shaping:
name: ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16 x64
uses: actions/setup-node@v3.4.1
with:
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test-symbol-shaping