Skip to content

Commit

Permalink
⬆️ Upgrade Node to 20.11 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pritansh authored Feb 15, 2024
1 parent b0db6e5 commit f79bc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# Specify the version you desire here
- image: cimg/node:18.19
- image: cimg/node:20.11

working_directory: ~/repo

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ubuntu-latest-node-18.19.x-yarn-
- uses: actions/setup-node@v3
with:
node-version: 18.19
node-version: 20.11
registry-url: https://registry.npmjs.org/
- name: Install
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
ubuntu-latest-node-18.19.x-yarn-
- uses: actions/setup-node@v3
with:
node-version: 18.19
node-version: 20.11
registry-url: https://registry.npmjs.org/
- name: Install
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit f79bc9a

Please sign in to comment.