Compare commits

...

1 Commits
worker ... ci

Author SHA1 Message Date
abersheeran
7c715682f7 Add CI workflow for Node.js 2023-12-18 16:26:52 +08:00

15
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: npm install