build(ci): 將 Node.js 的版本切換至 v16

This commit is contained in:
pan93412 2022-02-26 13:15:57 +08:00
parent b65a8b9da0
commit 6ed5f274e6
No known key found for this signature in database
GPG Key ID: 42154B1B1CFE3377

View File

@ -25,7 +25,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14.16.0
node-version: 16
- name: Install RPM & Pacman (on Ubuntu)
if: runner.os == 'Linux'