We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155459b commit 796b44bCopy full SHA for 796b44b
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# Specify the version you desire here
10
- - image: cimg/node:18.19
+ - image: cimg/node:20.11
11
12
working_directory: ~/repo
13
.github/workflows/test-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
ubuntu-latest-node-18.19.x-yarn-
21
- uses: actions/setup-node@v3
22
with:
23
- node-version: 18.19
+ node-version: 20.11
24
registry-url: https://registry.npmjs.org/
25
- name: Install
26
run: yarn install --frozen-lockfile
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments