Skip to content

Update dependency @babel/types to v7.26.8 #449

Update dependency @babel/types to v7.26.8

Update dependency @babel/types to v7.26.8 #449

Workflow file for this run

name: Test
on: [pull_request]
permissions:
contents: write
jobs:
build-node-18:
name: build with node-lts18
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setting Environments ⚙️
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install and Build 🔧
run: |
yarn install
yarn run build