Skip to content

Commit fe45acb

Browse files
authored
Merge pull request #43 from jmespath-community/build-remove-node-16-test-runner
build(fix): remove node 16 test runner
2 parents 85f5f8c + 4b4355f commit fe45acb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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)