diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f7784b..5435ba7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 2 - - name: Use Node.js 14.x + - name: Use Node.js 16.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - run: npm install - run: npm run build --if-present - name: upload dist