1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
Commit graph

20 commits

Author SHA1 Message Date
shimataro
8f0e25e199
Feature/node20 (#268)
* Update to Node 20 (#267)

* Update action.yml

* Update build.yml

* update CHANGELOG

* Drop old containers

* update CHANGELOG

---------

Co-authored-by: Po Chen <chenpaul914@gmail.com>
2024-02-11 11:04:28 +09:00
shimataro
9e1a5e7913
use cache for npm (#263) 2023-10-13 09:39:50 +09:00
shimataro
51874aa964
exit if differ (#254) 2023-10-11 05:25:38 +09:00
shimataro
2983fc456f
Feature/remove old runner (#249)
* Drop runnner: macOS 10.15, Ubuntu 18.04

* update README

* update CHANGELOG

* update key of bitbucket.com
2023-10-09 18:25:53 +09:00
shimataro
c8a575584e
set workflow name (#226)
* set workflow name

* update actions/checkout version: v2 -> v3

* update actions/setup-node version: v1 -> v3
2022-12-21 11:14:30 +09:00
shimataro
fc21805258
Update nodejs version to 16 (#208) (#216)
* Update nodejs version to 16 (#208)

* Update nodejs version to 16

* Update runtime used to node16

* update CHANGELOG

Co-authored-by: Davide Doronzo <duddu@users.noreply.github.com>
2022-10-30 22:47:45 +09:00
shimataro
adea214356
Feature/refactor (#209)
* Change code style to 1TBS

* refactor creating ".ssh" directoy

* Add Windows-2022 / macOS-11 / macOS-12 / Ubuntu-22.04
Drop Ubuntu-16.04

* Drop centos:8 (Docker container)

* add CentOS 8 Stream (Docker container)

* use YAML alias

* Revert "use YAML alias"

This reverts commit 1ddbc7fde8.

* update .eslintrc

* move calling main to front
2022-10-30 19:57:06 +09:00
shimataro
5b144c9cec
remove "pull_request" trigger from CI (#172) 2021-02-23 10:25:44 +09:00
shimataro
d93f5c693a
Build on all supported platforms (#139)
* Build on all supported platforms

* rename job
2020-06-06 15:37:44 +09:00
shimataro
e45e94049a
build on pull_request (#133) 2020-05-11 21:36:22 +09:00
shimataro
2a85485fc9
Feature/checkout v2 (#109)
* * update checkout version

* * update README
2020-02-08 17:20:09 +09:00
shimataro
4e56f6f7e9
* add verify step (#62) 2020-01-18 10:02:21 +09:00
shimataro
00070c73aa
* build on push (#33) 2019-11-23 12:34:43 +09:00
shimataro
14197b5b23
* matrix.platform -> matrix.os (#32) 2019-11-23 12:32:01 +09:00
shimataro
75bbea63d1
* change trigger (#31) 2019-09-29 20:12:59 +09:00
shimataro
f250ef75b2
* turn fail-fast off (#17) 2019-09-22 08:34:17 +09:00
shimataro
085569f652
Feature/dependencies (#16)
* * remove also=dev

* * only production

* * update CI
2019-09-22 08:29:38 +09:00
shimataro
ee1e03f3de
* build check on "development" and "v*" branches (#13) 2019-09-22 07:50:58 +09:00
shimataro
68db9bb092
* change workflow name (#10) 2019-09-19 07:10:37 +09:00
shimataro
3f31f3b902
* add build check CI (#7)
* * add build check CI

* * remove "npm i"

* * update CHANGELOG
2019-09-18 23:13:14 +09:00