Skip to content

Update Node.js to v20.18.1 #2082

Update Node.js to v20.18.1

Update Node.js to v20.18.1 #2082

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Run build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: npm
- run: npm i
- run: npm run build