chore: update workflows

This commit is contained in:
pipipi-pikachu 2023-03-30 01:23:08 +08:00
parent e9ebce83cf
commit ed57c521fe

View File

@ -8,12 +8,12 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js v18.x - name: Use Node.js v18
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: '18.x' node-version: '18'
- name: Install and Build - name: Install and Build
run: | run: |