Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

chore(deps): update dependency node to v22 #910

chore(deps): update dependency node to v22

chore(deps): update dependency node to v22 #910

Workflow file for this run

name: build-script
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.4.0
with:
node-version: '22.18.0'
cache: 'yarn'
- name: use yarn
run: |
yarn install
yarn build