Skip to content

Commit 956df5e

Browse files
authored
Merge pull request #323 from manics/pr322
Update all dependencies, move to Node 20
2 parents ea74e6f + ae1a6ee commit 956df5e

File tree

9 files changed

+32698
-10442
lines changed

9 files changed

+32698
-10442
lines changed

.github/workflows/test-and-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "14"
18+
node-version: "20"
1919
# Runs format, updates dist, runs tests
2020
- run: |
2121
npm run all

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "14"
19+
node-version: "20"
2020
- run: npm install
2121
- run: npm run lint
2222
- run: npm run all

0 commit comments

Comments
 (0)