diff options
author | Matthew Miller <matthew@millerti.me> | 2022-05-18 17:00:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 17:00:36 -0700 |
commit | 5ea1b6834b540dad6f733011556989adc66e569e (patch) | |
tree | 062c3cf243951baa8ec9da29060c476eccfc8e3b | |
parent | 8cb028ff4f8cf91fa3ff6fa9d00337f637cfae16 (diff) |
Switch CI to define specific Node versions
-rw-r--r-- | .github/workflows/node.js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c71c4d8..7a30f37 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [lts/*, current] + node-version: [ 16, 18 ] steps: - uses: actions/checkout@v3 |