Compare commits

..
3 Commits
Author SHA1 Message Date
Zoltan KochanandGitHub db5fa07a05 Update action.yml 2023-10-03 12:26:20 +03:00
Zoltan KochanandGitHub 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
+1 -1
View File
@@ -92,7 +92,7 @@ jobs:
standalone: ${{ matrix.standalone }}
- name: install Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
# pnpm@7.0.0 is not compatible with Node.js 12
node-version: 12.22.12
+1 -1
View File
@@ -24,6 +24,6 @@ inputs:
required: false
default: 'false'
runs:
using: node16
using: node20
main: dist/index.js
post: dist/index.js