build: update

This commit is contained in:
pipipi-pikachu 2023-02-25 16:50:20 +08:00
parent ce58277e12
commit b690bfdf44

View File

@ -10,10 +10,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js v14.x - name: Use Node.js v18.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: '14.x' node-version: '18.x'
- name: Install and Build - name: Install and Build
run: | run: |