Skip to content

chore(deps): bump preact from 10.21.0 to 10.22.0 #4396

chore(deps): bump preact from 10.21.0 to 10.22.0

chore(deps): bump preact from 10.21.0 to 10.22.0 #4396

Workflow file for this run

name: CI
on: push
jobs:
CI:
name: Continuous Integration
runs-on: ubuntu-latest
permissions:
# required by aws-actions/configure-aws-credentials
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: ./ci.sh