Skip to content

Commit 2f9b85e

Browse files
authored
Merge pull request #690 from json-schema-tools/fix/bump-node-and-fix-ci
fix: add circle ci context and update node version
2 parents c7ed758 + 70a4044 commit 2f9b85e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 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:16.17.0
28+
- image: cimg/node:18.13.0
2929

3030
jobs:
3131
test:
@@ -77,6 +77,7 @@ workflows:
7777
filters: *filter-only-master
7878
- release:
7979
filters: *filter-only-master
80+
context: sem-rel-json-schema-tools
8081
requires:
8182
- test
8283
- build

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.0
1+
18.13.0

0 commit comments

Comments
 (0)