author | Nemo <commits@captnemo.in> | 2023-12-14 15:15:41.0 +05:30:00 |
---|---|---|
committer | Nemo <commits@captnemo.in> | 2023-12-14 15:15:41.0 +05:30:00 |
commit | a94395ea9d70f4f2423f9a1affe8fd303a0621fe [patch] |
|
tree | b0746da55ce9e8611b80d0195236ac98844ade59 |
|
parent | 80193106747a693cd06560797b6ce8ac0a95d91f |
|
download | a94395ea9d70f4f2423f9a1affe8fd303a0621fe.tar.gz |
drop node 16
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 4c42c08..47ba586 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: ["18", "16"] node: ["18", "20", "21"] name: Run NPM Stuff runs-on: ubuntu-latest steps: