We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a6fa9b + 8413967 commit 7b5db3dCopy full SHA for 7b5db3d
.circleci/config.yml
@@ -25,7 +25,7 @@ aliases:
25
defaults: &defaults
26
working_directory: ~/project
27
docker:
28
- - image: cimg/node:18.14.2
+ - image: cimg/node:20.12.1
29
30
jobs:
31
test:
.github/workflows/lint.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v1
10
- - name: Use Node.js 16.17.0
+ - name: Use Node.js 20.12.1
11
uses: actions/setup-node@v1
12
with:
13
- node-version: 16.17.0
+ node-version: 20.12.1
14
- name: npm install
15
run: npm install
16
- name: lint
.node-version
@@ -1 +1 @@
1
-18.14.2
+20.12.1
0 commit comments