Skip to content

Commit

Permalink
Update Node (and action) version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Jun 19, 2024
1 parent 8096181 commit 23897db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Set up Node 18 📦
uses: actions/setup-node@v3
- name: Set up Node 20 📦
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: "20"
cache: npm

- name: Install dependencies 🧰
Expand Down

0 comments on commit 23897db

Please sign in to comment.