chore(ci): update Node.js version in CI to `18` from `16`

This commit is contained in:
郭桓桓 2023-03-02 22:33:39 +08:00
parent e6718acc37
commit 9bf22aa5bd
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies

View File

@ -6,7 +6,7 @@ on:
- 'v*'
jobs:
# NPM Registry Release
# NPM Registry & GitHub Release
release:
# Use Ubuntu 22.04
runs-on: ubuntu-22.04
@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies