Skip to content

Replace deprecated page{X,Y}Offset with scroll{X,Y} #60

Replace deprecated page{X,Y}Offset with scroll{X,Y}

Replace deprecated page{X,Y}Offset with scroll{X,Y} #60

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- name: yarn install
run: yarn install
- name: build
run: yarn build
env:
CI: true
- name: lint
run: yarn lint
env:
CI: true