diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6d33d94..2f956dc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,7 +17,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: cd js && npm install && npm run build - run: echo "VITE_GIT_SHA=$(git rev-parse --short HEAD)" >> app/.env - run: cd app && npm install && ./node_modules/.bin/tsc && ./node_modules/.bin/vite build --base=/PMTiles/ @@ -41,7 +41,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: python .github/check_examples.py - run: cd js && npm install && npm test - run: cd python && python -m unittest test/test_*