Skip to content

Commit 796b44b

Browse files
authored
⬆️ Upgrade Node to 20.11 (#2)
1 parent 155459b commit 796b44b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# Specify the version you desire here
10-
- image: cimg/node:18.19
10+
- image: cimg/node:20.11
1111

1212
working_directory: ~/repo
1313

.github/workflows/test-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ubuntu-latest-node-18.19.x-yarn-
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 18.19
23+
node-version: 20.11
2424
registry-url: https://registry.npmjs.org/
2525
- name: Install
2626
run: yarn install --frozen-lockfile
@@ -52,7 +52,7 @@ jobs:
5252
ubuntu-latest-node-18.19.x-yarn-
5353
- uses: actions/setup-node@v3
5454
with:
55-
node-version: 18.19
55+
node-version: 20.11
5656
registry-url: https://registry.npmjs.org/
5757
- name: Install
5858
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)