Skip to content

Commit

Permalink
Feature: Bump dependencies (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carminepo2 authored Sep 22, 2023
1 parent 8afdeec commit b40c0fa
Show file tree
Hide file tree
Showing 47 changed files with 3,992 additions and 2,570 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.15.0]
node: [18.15.0]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install node 16
- name: Install node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.15.0]
node: [18.15.0]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down
Loading

0 comments on commit b40c0fa

Please sign in to comment.