Skip to content

Commit

Permalink
Merge pull request #269 from learnsoftwaredevelopment/amended-node-js…
Browse files Browse the repository at this point in the history
…-to-version-16-lts

Amended GitHub Actions to new nodejs LTS Version `16`
  • Loading branch information
JonathanLeeWH authored Oct 27, 2021
2 parents dfead43 + 61961ac commit 8ce4e0b
Show file tree
Hide file tree
Showing 4 changed files with 9,358 additions and 1,677 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js-with-docker-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

strategy:
matrix:
node-version: [14]
node-version: ['lts/*']
check-latest: true

# If the Pull Request is coming from a fork (pull_request_target), ensure it's opened by "dependabot[bot]". Otherwise, clone it normally.
# References:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: ['lts/*']
check-latest: true

steps:
- uses: actions/checkout@v2.3.5
Expand Down
Loading

0 comments on commit 8ce4e0b

Please sign in to comment.