mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: update workflows
This commit is contained in:
parent
e9ebce83cf
commit
ed57c521fe
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -8,12 +8,12 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js v18.x
|
||||
uses: actions/setup-node@v1
|
||||
- name: Use Node.js v18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
node-version: '18'
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user