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 99e6eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 356 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Install dependencies 🧰
Expand Down
352 changes: 0 additions & 352 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99e6eef

Please sign in to comment.