Skip to content

Update Node.js to v20 #33

Update Node.js to v20

Update Node.js to v20 #33

Workflow file for this run

name: Main
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: npm
- name: Install dependencies
run: npm ci