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

@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1