Skip to content

Bump typescript from 5.5.3 to 5.5.4 #2911

Bump typescript from 5.5.3 to 5.5.4

Bump typescript from 5.5.3 to 5.5.4 #2911

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler-cache: true
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 22.4.1
- run: npm install
- run: exe/ruby-lint
- run: exe/node-lint
- run: bundle exec rake assets:precompile