diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ec37e0c7..b57ee2e34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: circleci/node:17 + - image: cimg/node:20.17.0 working_directory: ~/repo steps: - checkout diff --git a/.github/workflows/yarn.yaml b/.github/workflows/yarn.yaml index b4f27758e..7afb93c2f 100644 --- a/.github/workflows/yarn.yaml +++ b/.github/workflows/yarn.yaml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "18.16" + node-version: "20" - run: yarn install - run: yarn test diff --git a/.node-version b/.node-version new file mode 100644 index 000000000..ec09f38d1 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +20.17.0 \ No newline at end of file