Skip to content

Commit d1216ad

Browse files
committed
nodejs v20
1 parent 4ab3326 commit d1216ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
steps:
3232
- name: Check out repo
3333
uses: actions/checkout@v3
34-
- name: Set up Node.js 16
34+
- name: Set up Node.js 20
3535
uses: actions/setup-node@v3
3636
with:
37-
node-version: 16
37+
node-version: 20
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v4
4040
with:

0 commit comments

Comments
 (0)