Skip to content

Commit

Permalink
Processes: bump git action node version to v20 from v16
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelonah committed Jul 1, 2024
1 parent be09cce commit bee4487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
# Specify the Node.js version
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18.17.0'
node-version: '20'
# Install packages job
- name: Install packages
run: yarn install --non-interactive
Expand Down

0 comments on commit bee4487

Please sign in to comment.