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:
- uses: actions/checkout@v2
- name: Use Node.js v14.x
- name: Use Node.js v18.x
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- name: Install and Build
run: |