Skip to content

Commit 7b5db3d

Browse files
authored
Merge pull request #613 from json-schema-tools/fix/node-20
fix: bump to node 20
2 parents 9a6fa9b + 8413967 commit 7b5db3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aliases:
2525
defaults: &defaults
2626
working_directory: ~/project
2727
docker:
28-
- image: cimg/node:18.14.2
28+
- image: cimg/node:20.12.1
2929

3030
jobs:
3131
test:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Use Node.js 16.17.0
10+
- name: Use Node.js 20.12.1
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: 16.17.0
13+
node-version: 20.12.1
1414
- name: npm install
1515
run: npm install
1616
- name: lint

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.14.2
1+
20.12.1

0 commit comments

Comments
 (0)