chore: fix ci

This commit is contained in:
xrkffgg
2023-02-22 14:40:00 +08:00
committed by GitHub
parent f3f91e4aa4
commit b363cba6ec

View File

@@ -5,6 +5,9 @@ on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: checkout
uses: actions/checkout@main