fix: always update main branch

This commit is contained in:
Akkuman 2023-12-04 10:21:17 +08:00
parent 74c59ef00c
commit 5951579e82

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'main'
- uses: actions/setup-node@v4
with:
node-version: 16