Skip to content

Commit c24ecf0

Browse files
committed
🐛 update dependencies
1 parent a991917 commit c24ecf0

File tree

5 files changed

+1046
-633
lines changed

5 files changed

+1046
-633
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
platform: [ubuntu-latest, windows-latest, macOS-latest]
23-
node: [16.x, 18.x, 20.x]
23+
node: [20.x, 22.x]
2424
name: Test with Node ${{matrix.node}} on ${{matrix.platform}}
2525
runs-on: ${{matrix.platform}}
2626
steps:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: 20.x
43+
node-version: 22.x
4444
- run: npm ci
4545
- run: npm test
4646
- uses: paambaati/codeclimate-action@v3.0.0
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-node@v3
5959
with:
60-
node-version: 20.x
60+
node-version: 22.x
6161
- uses: nodef/git-config.action@v1.0.0
6262
- run: npm i -g typescript typedoc
6363
- run: npm ci
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373
- uses: actions/setup-node@v3
7474
with:
75-
node-version: 20.x
75+
node-version: 22.x
7676
- uses: nodef/npm-config.action@v1.0.0
7777
with:
7878
entries: access = public

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
platform: [ubuntu-latest, windows-latest, macOS-latest]
12-
node: [16.x, 18.x, 20.x]
12+
node: [20.x, 22.x]
1313
name: Test with Node ${{ matrix.node }} on ${{ matrix.platform }}
1414
runs-on: ${{ matrix.platform }}
1515
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-23 Subhajit Sahu
3+
Copyright (c) 2020-24 Subhajit Sahu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)