Skip to content

chore: update Node.js to 20.12.0 ⬆️ #87

chore: update Node.js to 20.12.0 ⬆️

chore: update Node.js to 20.12.0 ⬆️ #87

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
env:
VOLTA_FEATURE_PNPM: 1
steps:
- uses: actions/checkout@v3
- name: Setup Volta and Node.js
uses: volta-cli/action@v3
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test