⬆️ use node 20

This commit is contained in:
platane
2023-09-23 20:08:20 +02:00
committed by Platane
parent 743771147d
commit 4e5805f8af
10 changed files with 21 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
node-version: 20
- run: yarn install --frozen-lockfile
- run: npm run type
@@ -62,7 +62,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
node-version: 20
- run: yarn install --frozen-lockfile
- name: build svg-only action
@@ -102,7 +102,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
node-version: 20
- run: yarn install --frozen-lockfile
- run: npm run build:demo

View File

@@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
node-version: 20
- name: build svg-only action
run: |