Skip to content

Commit

Permalink
Merge pull request #50 from Bramikke/master
Browse files Browse the repository at this point in the history
Updated GitHub workflow Node version to LTS
  • Loading branch information
jeanettephung committed Dec 18, 2023
2 parents 66e6a10 + de01e7f commit ccf37cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [17.5.0]
node-version: [18.17.0]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.15.1]
node-version: [18.17.0]

steps:
- name: Checkout Repository
Expand Down

0 comments on commit ccf37cf

Please sign in to comment.