8000 fix: try to upgrade node.js to 18 (#7601) · django-cms/django-cms@a0977a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0977a7

Browse files
author
Vinit Kumar
authored
fix: try to upgrade node.js to 18 (#7601)
1 parent 69a6cef commit a0977a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: ['16']
14+
node-version: ['18']
1515

1616
steps:
1717
- uses: actions/checkout@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

0 commit comments

Comments
 (0)
0