changed!: upgrade nodejs version to 18 (#4903)

This commit is contained in:
Simon Laux
2023-11-02 01:23:48 +01:00
committed by GitHub
parent 2e70cf9388
commit 89c873acd0
8 changed files with 25 additions and 30 deletions

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: npm install and generate documentation
working-directory: node