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

master
pan93412 3 years ago
parent b65a8b9da0
commit 6ed5f274e6
No known key found for this signature in database
GPG Key ID: 42154B1B1CFE3377

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

Loading…
Cancel
Save