mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-05 09:26:47 +08:00
ci: upgrade github actions version (#259)
This commit is contained in:
parent
c77dbaccee
commit
1e966eee53
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,11 +10,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
uses: actions/setup-node@v4
|
||||
- name: Install
|
||||
run: yarn
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user