Compare commits

..

3 Commits

Author SHA1 Message Date
Zoltan Kochan
db5fa07a05
Update action.yml 2023-10-03 12:26:20 +03:00
Zoltan Kochan
9465dd2cc7
Update action.yml 2023-10-03 12:21:10 +03:00
Zoltan Kochan
36a2fc2631
fix: update node.js to v20
close #99
2023-10-01 17:37:05 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ jobs:
standalone: ${{ matrix.standalone }} standalone: ${{ matrix.standalone }}
- name: install Node.js - name: install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v3
with: with:
# pnpm@7.0.0 is not compatible with Node.js 12 # pnpm@7.0.0 is not compatible with Node.js 12
node-version: 12.22.12 node-version: 12.22.12

View File

@ -24,6 +24,6 @@ inputs:
required: false required: false
default: 'false' default: 'false'
runs: runs:
using: node16 using: node20
main: dist/index.js main: dist/index.js
post: dist/index.js post: dist/index.js