Compare commits

..

2 Commits

Author SHA1 Message Date
Rob Herley 246d7188e7 use node20
Code scanning - action / CodeQL-Build (push) Failing after 3s
Test / Build (ubuntu-latest) (push) Failing after 3s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
2024-03-18 16:08:50 +00:00
Konrad Pabjan 9bc31d5ccc Update to latest actions/artifact NPM package (#195)
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (ubuntu-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
* Use latest actions/artifact NPM package + misc updates

* Use node 18 + caching in CI

* Run npm release

* Use node 16 for CI + devcontainer
2023-01-04 17:30:33 -05:00
+1 -1
View File
@@ -9,5 +9,5 @@ inputs:
description: 'Destination path'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'