Skip to content

Commit

Permalink
Revert "remove node 14 and 16 as they have reached EOL"
Browse files Browse the repository at this point in the history
This reverts commit 26fdea6.
  • Loading branch information
dankogai committed Feb 21, 2024
1 parent 7c508e3 commit 3fab4cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# cf.
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs#starting-with-the-nodejs-workflow-template
# https://dev.classmethod.jp/articles/caching-dependencies-in-workflow-execution-on-github-actions/
# https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
name: CI via GitHub Actions

on:
Expand All @@ -16,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 18]
node-version: [20, 18, 16, 14]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 3fab4cd

Please sign in to comment.