Skip to content

Commit

Permalink
ADO-17518 upgraded node version
Browse files Browse the repository at this point in the history
  • Loading branch information
michealakinwonmi committed Jul 17, 2024
1 parent e7d5513 commit 09c7594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
options: --entrypoint redis-server
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.13.0
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: '18'
Expand All @@ -26,7 +26,7 @@ jobs:
with:
ruby-version: 2.7
- name: Install Bundler
run: gem install bundler
run: gem install bundler -v 2.4.22
- name: Install Danger
run: gem install danger -v 7.0.1
- name: Execute Danger
Expand Down

0 comments on commit 09c7594

Please sign in to comment.