Skip to content

Bump grommet from 1.13.0 to 2.39.0 #1459

Bump grommet from 1.13.0 to 2.39.0

Bump grommet from 1.13.0 to 2.39.0 #1459

Workflow file for this run

name: Run Pandora Tests
on:
# Run this workflow on creation (or sync to source branch) of a new pull request
pull_request:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Node.js build
id: build
uses: actions/setup-node@v4
with:
node-version: 'lts/iron'
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run build