1
0

update action to latest node version for building

This commit is contained in:
2023-10-11 21:07:51 +02:00
parent 7027999975
commit c4559460fb

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: latest
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci