author | Nemo <commits@captnemo.in> | 2022-05-03 7:31:59.0 +00:00:00 |
---|---|---|
committer | Nemo <me@captnemo.in> | 2022-05-03 13:02:33.0 +05:30:00 |
commit | ce4074f8292baa96f795b10ef9f444620b0da41c [patch] |
|
tree | 50d509ceae3178a6d7dbcd79afcd20c872b57256 |
|
parent | 25ff38e93e3e986f549b1c48e9bd501b57e4e372 |
|
download | ce4074f8292baa96f795b10ef9f444620b0da41c.tar.gz |
[ci] Use supported Node versions
Diff
.github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a3c340e..2980050 100644 --- a/.github/workflows/action.yml +++ a/.github/workflows/action.yml @@ -1,10 +1,10 @@ on: push name: Main Workflow jobs: tests: strategy: matrix: node: ["16", "14", "12"] node: ["18", "16", "14"] name: Run NPM Stuff runs-on: ubuntu-latest steps: