Skip to content

Updated GitHub actions syntax again #3

Updated GitHub actions syntax again

Updated GitHub actions syntax again #3

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"