Skip to content

Commit f60e65b

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 6ccd2ac + bb5ec8b commit f60e65b

File tree

5 files changed

+163
-166
lines changed

5 files changed

+163
-166
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x, 22.x, 23.x]
18+
node-version: [18.x, 20.x, 22.x, 23.x]
1919

2020
steps:
2121
- name: 📚 checkout

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: 'true'
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 22
1818
- run: npm install
1919
- run: npm test
2020

@@ -30,7 +30,7 @@ jobs:
3030
- name: 🟢 node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 16
33+
node-version: 22
3434
registry-url: https://registry.npmjs.org/
3535
- run: npm install
3636
- run: npm run build

0 commit comments

Comments
 (0)