Skip to content

Commit

Permalink
build: updated node to v18 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Sep 2, 2024
1 parent d4580fc commit 3fd6ec5
Show file tree
Hide file tree
Showing 2 changed files with 2,116 additions and 4,249 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
node: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
Expand Down
Loading

0 comments on commit 3fd6ec5

Please sign in to comment.