Skip to content

chore(deps): update node.js to v18.20.5 #1021

chore(deps): update node.js to v18.20.5

chore(deps): update node.js to v18.20.5 #1021

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: yarn
- run: yarn install
- run: yarn lint
# - run: yarn test
- run: yarn svelte-check
- run: yarn build