chore(workflows): bump node version to 18.14.0

This commit is contained in:
Wing-Kam Wong
2023-08-08 11:51:37 +08:00
parent 59021bf048
commit eb2937780e
5 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
- name: Checkout
uses: actions/checkout@v3
with: