diff --git a/.circleci/config.yml b/.circleci/config.yml index 235713f6..d7984c51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/repo docker: - - image: circleci/node:14.18.2 + - image: circleci/node:18.9.1 steps: - checkout - run: diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 45475531..81531b66 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '18.9.1' registry-url: 'https://registry.npmjs.org' # https://github.com/actions/cache - name: Get yarn cache directory path diff --git a/.node-version b/.node-version index c85fa1bb..b9dfa5d6 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.17.1 +18.9.1