Skip to content

Commit d0efbb1

Browse files
committed
Updated the lock file
1 parent 2835ae1 commit d0efbb1

File tree

2 files changed

+915
-1121
lines changed

2 files changed

+915
-1121
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
node: [16]
19+
node: [20]
2020

2121
steps:
2222
- name: Checkout 🛎
@@ -27,11 +27,6 @@ jobs:
2727
with:
2828
version: 9
2929

30-
- name: Install Node.js 20
31-
uses: actions/setup-node@v4
32-
with:
33-
node-version: 20
34-
3530
- name: Install dependencies 📦
3631
run: pnpm install
3732

0 commit comments

Comments
 (0)